Booking options
£59.99
£59.99
On-Demand course
12 hours 29 minutes
All levels
Join this course to learn how to build a dynamic and engaging Tic Tac Toe game for iOS using SwiftUI and Firebase integration. Gain practical skills in game development, SwiftUI, and Firebase integration as you create a fully functional Tic Tac Toe game ready to be deployed to the App Store. Basic knowledge of Swift and SwiftUI is essential.
Welcome to this comprehensive and hands-on course where you will learn how to build a fully functional Tic Tac Toe online multiplayer game for iOS. The course begins by guiding you through the process of adding a close button for a seamless user experience. You will then learn how to design and implement a score and notification view, allowing players to keep track of their progress and receive updates during gameplay. To enable multiplayer functionality, you will create game players and implement game moves, including processing moves, determining wins and draws, and updating scores and notifications accordingly. You will learn how to create a Firebase project and add it to your iOS app using SPM (Swift Package Manager). As you progress, you will explore advanced topics such as listening for changes in the online game, synchronizing game data, setting the active player, and updating the online game accordingly. Additionally, you will gain invaluable knowledge in writing unit tests, including testing move functions and mocking the Firebase repository for efficient testing. To prepare your app for the App Store, you will follow guidelines for project preparation, app submission, and publishing to ensure a smooth and successful process. Finally, the course concludes with a comprehensive overview of dependencies used throughout the development journey.
Learn to add a close button for improved user experience
Create a game board with the necessary functionality
Implement a game indicator view to show which player's turn it is
Create game players and manage their moves within the game
Add a reset function to restart the game
Increase the score and updating notifications accordingly
This course is designed for individuals with prior experience and is not suitable for beginners. To fully benefit from this course, it is essential that you have a solid understanding of xCode and are familiar with its functionality. Additionally, a basic knowledge of Swift, SwiftUI, and application building is required. The course assumes a certain level of proficiency in these areas to ensure that you can grasp the concepts and follow along effectively.
In this hands-on course, you will learn the principles of writing clean and readable code, as well as structuring your app development in a way that ensures future maintainability. By following best practices, you will be able to create code that remains clear and understandable.
Create a game in which you can play with a human, CPU as well as online * Listen for changes in online games and synchronize game data * Create your own application and learn to publish it onto AppStore
https://github.com/PacktPublishing/Build-a-Tic-Tac-Toe-Online-Multiplayer-Game-for-iOS-using-SwiftUI
David Kababyan is a multimedia developer who graduated from university in 2012 with a bachelor of arts in multimedia. Since then, he has completed various other courses in programming in PHP, objective C, and Swift with his passion for programming. He has been developing for iOS since 2014 and has worked on various other multimedia projects such as movie shooting and editing, 3D modeling and animations, flash animations, and website design and development.
1. Introduction
2. Home View
3. Game View
4. VS CPU
5. Online game
6. Unit Tests
7. Publish to the App Store