forked from tutorials/rust-sokoban
Add Readme
This commit is contained in:
parent
a826121b1f
commit
3541bb95a6
12
README.md
Normal file
12
README.md
Normal file
@ -0,0 +1,12 @@
|
||||
# Rust Sokoban
|
||||
|
||||
Based on [https://sokoban.iolivia.me/](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
|
Loading…
Reference in New Issue
Block a user