A classic Snake game built using the piston_window crate in Rust. This project demonstrates smooth animations and game mechanics using the Piston game engine.
Follow these steps to set up and run the game on your local machine.
Ensure you have Rust installed:
rustup install stable
cargo installTo start the game, use:
cargo run