A colleague of mine dared me to create a game of snake in Rust before the weekend, so here is that project. He didn't say what tools I had to use, so I ended up making a bare minimum CLI application.
- Install Rust and Cargo using the instructions outlined here.
- Run the application using the command:
cargo run
cargo build --release
You'll find the snake.exe executable in target/release/