Tic Tac Toe Project Unity Package
This is the finished Tic Tac Toe project as seen in our Tic Tac Toe tutorial series.
Lesson 1 Setup
In this lesson, we will show you how to set up your Tic Tac Toe project in Unity.
Lesson 2 Scripts
In this lesson, we create some of the basic scripts for our Tic Tac Toe game.
Lesson 3 Onclick Controls
Now we will show you how to create some of the needed on click function for our Tic Tac Toe game.
Lesson 4 More On Click
This lesson continues on with the creation of more on click function for the different buttons we have in the game.
Lesson 5 Winner Check
This lesson will teach you one of the most important mechanics of Tic Tac Toe the checker. This function runs after each turn and is used to see if there is a winner.
Lesson 6 Winner Display
Once we find a winner we then need to display the winner to the screen. Without this function, you are just marking a grid with X’s and O’s.
Lesson 7 Scores
For this lesson, we will show you how to add points to a player’s score when the win a game.
Lesson 8 Rematch
For this lesson, we will work on some of the UI so the players can restart the game when the match is over.
Lesson 9 Player Display
For this lesson, we will show you how to switch the display for who’s turn it is.
Lesson 10 Cat
In this lesson, we will handle the condition if no one wins the game.