Posted September 25, 2022 by PuntitOwO
This week's devlog will be brief.
Literally an X and an O. Each player can select a color so their pieces will have the player's color.
Now a player can change input mode to piece placing mode and use the cursor to place the piece.
I have a mess of code right now. Part of the refactoring process is writing docs so I started doing it.
Is a singleton node that stores game state as the color of each player, current game type and current turn.
Now the game is looking like this:
Still unplayable but there's a demo!