No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I made the AI smarter, added a console, added a new game button, and a congratulations title when you win.
I created the basics of the Game, allowing the player to take a turn, and then the AI, until a win condition is met. Then made the game restart after a win condition is met. Also made it so that the player can choose X or O.
I used an array of all possible wins in the game for checking win conditions. I also used an array as the game board, whose values are used to update the real game board. The AI currently just places their piece randomly, which will need to be updated so that the AI is actually good.