itch.io is community of indie game creators and players

Devlogs

Third Devlog: Docs and Pieces

Slide Puzzles
A downloadable game for Windows

This week's devlog will be brief.

This week I did

  • Tic Tac Toe assets
  • Placing piece mode controls
  • Code documentation
  • GameManager for players and turns management
  • First Demo

Assets

Literally an X and an O. Each player can select a color so their pieces will have the player's color.

Placing Pieces

Now a player can change input mode to piece placing mode and use the cursor to place the piece.

Code Documentation

I have a mess of code right now. Part of the refactoring process is writing docs so I started doing it.

GameManager

Is a singleton node that stores game state as the color of each player, current game type and current turn.


First Demo

Now the game is looking like this:

Still unplayable but there's a demo!

TODOs

  • Customize itch page
  • Create game icon
  • Moving piece mode controls
  • Turn system
  • Main menu

Files

  • SlidePuzzlesv0.2.0.exe 38 MB
    Version 0.2.0
Download Slide Puzzles
Leave a comment