rsnake is a rendition of the classic snake game, built using the Rust programming language and the piston_window window wrapper. This project serves as both a fun game and an example of using Rust for game development.
rsnake gameplay
To run the game:
cargo run
To build a release binary and execute it:
cargo build --release
./target/release/rsnake
Explore rsnake to enjoy a classic game experience while seeing Rust's capabilities in game development. Contributions and suggestions for improvements are welcome!