It is a simple snake game developed by using Rust and piston_window.
1. Clone the repo: $ git clone [email protected]:r1walz/rusty-snake.git
2. $ cd rusty-snake
3. $ cargo build
4. To play the game: $ cargo run
To install the game: $ cargo install --path .
5. To uninstall the game: $ cargo uninstall snake
If you choose to install the game command to launch the game is: $ snake