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