Snake game written in Rust using Macroquad!
- Code formatted for Windows only, feel free to make it more compatible if needed 👍
- Clone/Fork the repository
- Run
cargo run
orcargo build
to build a debug binary in the/target/debug
directorycargo run --release
orcargo build --release
to build a release binary in the/target/release
directory
- (If you used
cargo build
) Run the binary created in the appropriate directory listed above