Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Awesome puzzle, the mechanics are clear and expand smoothly. 32 levels is a really great job. Did you test them manually? A few months ago I made my first game, also a puzzle and it was hard to test only 10 levels to remove shortcuts. Or I am just a bad puzzle designer :D
Nice game, well done!

Thank you!

We developed the levels firstly "by hand", drawing them for instance on excel to have a grid just to have an idea. Then, on Godot, we had a TileMapLayer that was used to generate the levels and we mainly used that to test the levels without the need to actually play them, we just needed to draw the result of moves. Finally we also did some playtests on the actual game but the main focus was ar TileMapLayer level.

Puzzles were limited enough that removing shortcuts was easy, but many levels can still be solved in multiple ways.