A tribute to Sokoban by Thinking Rabbit, made in Rust and V languages, using SDL2 for multimedia.
$ cargo run
$ v run src/cratesan.v
You only need to install standard SDL2 dev packages (search for that elsewhere on the web).
Follow the rust-sdl2 instructions. At the end, you should have the folders "gnu-mingw" and "msvc" alongside this README.md, in order to build on Windows.
- Arrows to move the player
- "u" to undo last move
- "s" to save snapshot
- "l" to load snapshot
- "r" to restart level
- Return to proceed to next level, when current is won

