Disclaimer:
This is a temporary branch with the complete code for the SokoTerm Demo. This branch does not contain the full git history. The full git history for the main game and the demo will be released after the official game release on Steam and itch.io.
The demo-tmp branch will be deleted after the official game release.
This is the demo branch of SokoTerm. A Sokoban inspired puzzle game.
Test your puzzle game with more than 200 brand-new puzzles across 5 built-in level packs with unique challenges which get
progressively harder. In the GUI version you can play this game with Graphical Tiles:
or traditional ASCII tiles:

Test your puzzle solving skills with new gameplay mechanics like one-way doors and wraparound levels.

Get it on Steam: SokoTerm
Get it on itch.io: SokoTerm
Linux:
- Required packages:
cmake,make,gcc,libncurses-dev - Rust compiler must be installed Rust installation
Windows:
- Install cmake and add it to $PATH
- Install MinGW and add it to $PATH
- Rust compiler must be installed Rust installation
CLI:
cargo build --features clicargo run --features cli
GUI:
cargo build --features guicargo run --features gui