forked from tutorials/rust-sokoban
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.
|
3 years ago | |
---|---|---|
resources | 3 years ago | |
src | 3 years ago | |
.gitignore | 3 years ago | |
Cargo.toml | 3 years ago | |
README.md | 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 runscargo run --release
does a release build and runs