rusty_snake
Classic snake game built in Rust using Piston Window.
Running the game
Requirements
- Rust
- Cargo
Steps to run
git clone https://github.com/cryptus-neoxys/rusty_snake.git
cd rusty_snake
cagro build
cargo run
Create executable
cargo build --release
cd target/{exec_format}/
chmod +x rusty_snake
or Just run the executable on platform./rusty_snake