A Sokoban-inspired game for the Nspire series of graphing calculators. It uses nSDL as an abstraction for rendering.
The game currently features 12 levels, with 24 planned in the future.
- Arrows/2468: moving
- 0: rewind
- Enter: select
- Esc: go back
Follow these steps to install the Ndless SDK.
Then, run:
git clone https://github.com/Apmds/Sokoban-nspire.git
cd Sokoban-nspire
make
The result of the build is in the bin directory.
To run this in a PC, an emulator (such as firebird) needs to be installed and configured with the appropriate files for it to boot. Then, the same steps as with an actual calculator must be followed.
In a calculator, Ndless must be installed. After that, the .tns file only needs to be run.



