Tic Tac Toe


For this project i wanted to create a game everybody probably knows: TicTacToe.
In order to win this game u must get 3 X or O in a row (Depending on wich symbol u play as)
Here u see the 3X3 Grid were u play the game on.

As u can see here the game has started and has been going for a couple of turns.

Here u see that the player who plays with the X's has won the game by getting 3 X's in a row diagonal.

I made 2 scripts for this game, one small one and one big script.
Here u see a few of the variables ive made and the Awake function (this gets called on when the game starts)

© 2021 DaneyLB