Implementation of tutorial: https://sokoban.iolivia.me/
Go to file
Timothy Warren d9974f6737 Add blue and red boxes and spots 2020-07-24 17:54:45 -04:00
resources/images Add blue and red boxes and spots 2020-07-24 17:54:45 -04:00
src Start on chapter 3 2020-07-24 14:55:49 -04:00
.gitignore First commit 2020-07-23 11:55:19 -04:00
Cargo.toml Finish 2.3, Pushing boxes 2020-07-23 16:35:54 -04:00
README.md Add Readme 2020-07-24 09:38:58 -04:00

README.md

Rust Sokoban

Based on https://sokoban.iolivia.me/

Dependencies

On linux libudev and libalsasound2 likely need to be installed:

(On Debian/Ubuntu) sudo apt-get install libudev-dev libasound2-dev

Running

  • cargo run does a dev build and runs
  • cargo run --release does a release build and runs