This project implements an elementary version of the Snake Game.
Compile and run with Cargo.
You can run the game with:
cargo run
The game stops if the snake hits a wall or if you press q
.
- Make the snake grow by eating food
- Add different difficulty levels (making the snake move faster)