Implementation of tutorial: https://sokoban.iolivia.me/
Go to file
Timothy Warren 1628a5d271 Add event system 2020-07-27 09:59:14 -04:00
resources Add sound files 2020-07-27 09:58:52 -04:00
src Add event system 2020-07-27 09:59:14 -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