Implementation of tutorial: https://sokoban.iolivia.me/
Ir al archivo
Timothy Warren 5b94a0d5a9 Complete 3.4 Batch rendering 2020-07-27 10:52:48 -04:00
resources Add sound files 2020-07-27 09:58:52 -04:00
src Complete 3.4 Batch rendering 2020-07-27 10:52:48 -04:00
.gitignore First commit 2020-07-23 11:55:19 -04:00
Cargo.toml Complete 3.4 Batch rendering 2020-07-27 10:52:48 -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