From 3541bb95a68b1b11b0901921a2367f0d58c1b19b Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Fri, 24 Jul 2020 09:38:58 -0400 Subject: [PATCH] Add Readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7e17fc7 --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file