Sakoban game based on tutorial: https://sokoban.iolivia.me/
Ir al archivo
Timothy Warren 9198ca096b Boxes don't need animation 2020-07-28 10:04:44 -04:00
resources Use colored sprites 2020-07-28 10:04:02 -04:00
src Boxes don't need animation 2020-07-28 10:04:44 -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