Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 597 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 597 Bytes

Rusty-Snake build_status

It is a simple snake game developed by using Rust and piston_window.

Compilation and Installation

1. Clone the repo: $ git clone git@github.com: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