I developed a simple Soukoban using QB64.
Like NetHack-style games, it’s written in ASCII.
Key Operation
- Stage selection:
- Arrow Key: Select a stage.
- Enter: Enter the selected stage.
- Esc: Exit the game.
- In a stage:
- Arrow Key: Move the character.
- R Key: Restart the stage.
- Esc: Abandon the stage and return.
- After completing a stage:
- Enter: Move to the next stage.
- Esc: Return to the stage selection screen.
Download
- Source Code (Direct): Download BAS
- Source Code (GitHub): https://github.com/JuwanPark/QB64/tree/main/Soukoban
- Windows EXE (x64): Download ZIP
Enjoy the game!