Sakoban game based on tutorial: https://sokoban.iolivia.me/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Timothy Warren 9198ca096b Boxes don't need animation 3 years ago
resources Use colored sprites 3 years ago
src Boxes don't need animation 3 years ago
.gitignore First commit 3 years ago
Cargo.toml Complete 3.4 Batch rendering 3 years ago
README.md Add Readme 3 years ago

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