2020-07-27 09:58:52 -04:00
2020-07-27 09:58:52 -04:00
2020-07-24 18:56:48 -04:00
2020-07-23 11:55:19 -04:00
2020-07-23 16:35:54 -04:00
2020-07-24 09:38:58 -04:00

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
Description
Sakoban game based on tutorial: https://sokoban.iolivia.me/
Readme
Languages
Rust 100%