The player starts from the indicated square and can either
- move orthogonally onto another empty square
or
- push one of the cages from behind onto an empty square.
Only one cage can be moved at a time.
Thanks to Chameleon for implementing the game mechanic in your software! This would not have been possible without you.
Solution code: row 2 + column 8
on 2. May 2023, 07:31 by OldCaptainWZJ
As a fan of sokoban-like games, one thing that's infamous but feels inevitable in these games is the use of trial-and-error in some situations. But apparently, it doesn't require an excessive amount of trial-and-error to solve this puzzle, and the sudoku can be solved uniquely through logic and looking at what move is necessary. Beautiful combination, thanks for sharing!
on 2. May 2023, 01:18 by Keetho
Very nice! I hope I see more puzzles as entertaining as this one. <3
on 1. May 2023, 13:02 by Raumplaner
An absulte gem of a puzzle! Great interactions and so much fun! Hope we will see more of this genre.
on 30. April 2023, 23:07 by Kallor
Very enjoyable puzzle! Would be excited to see more like this in the future. Thanks for setting