Classic snake game just to test if rust is in game yet? Are we game yet? used ggez just to fool around, I checked gegez snake example but couldn't understand and created my own. Maybe someday, I will implement it on WASM.
- Rust and Cargo: Make sure to have latest version of rustc and cargo installed in your computer: https://www.rust-lang.org/tools/install
git clone https://github.com/BipulLamsal/ggez-snake
cd ggez-snake
# directly run via
cargo run
# or build
cargo build --release
./target/release/ggez-snake