Tic tac toe
- 6 Devlogs
- 9 Total hours
I remade the classic tic tac toe game in vs studio with a cozy vibe
I remade the classic tic tac toe game in vs studio with a cozy vibe
Devlog 6: Finnaly finished the game! Changed some textures to match the vibe, added a stats page and some music. Hope you like it :]
Devlog 5: I finished all the rounds! and started working on loss/win detection :|
Devlog 4:
Added the third round and made a function that checks the players moves and tells the computer how to block them(this one took a long time since it checks using if statements) then added the fourth round.
Also the game was freezing whenever the computer had to give a random move during round four instead of blocking your move. It turns out it was a bug with the logic inside the loop that generated the move.
Devlog 3:
Made the ai for the first computer move and made it so that you can now put a x anywhere on the board(not only in the first square like previously).
Also put the code for the first and the second round in a separate function to keep main organized + polished the code a bit(it will get messier as more rounds are added)
I started thinking about fourth rounds logic and i think my approach will not be that efficient as it will use if statements :|
Devlog 2:
I added the board model, made the X and the O drawings + made the first square functional. Next i will make the rest of them functional and the computer algorithm. Also, i made both menu buttons functional :)
Devlog 1:
I made the background for the menu and for the game + the play and exit buttons. Next i will make both of them functional
Also tought i would be funny to have a smiley face after the tic-tac-toe banner :]