TsuikabanRS
About
Tsuikaban is a sokoban-like puzzle game.
If you wish to see the source code for this game, check out the github page.
If your platform is supported, I recommend to download the game instead of playing it in your browser, so that your progress will be saved automatically.
- In this game there is ground (white), walls (black), an exit (white circle), a character (black circle), and blocks
- each block has a color and a number
- The goal of each level is to reach the exit with the character
- You can move your character with the arrow keys or by touching an adjacent cell
- If you move your character into a block, you will push that block
- you cannot push a block into a wall or into the exit
- you can push multiple blocks at the same time
- If you push a block into another of the same color, they will merge into a block with number equal to the sum of the two
- If you merge two blocks, that sum up to 0, they will disappear
- press U to undo your last action
- press ESC to open the menu