This project implements an elementary version of the Snake Game.
Compile and run with Cargo.
You can run the game with:
cargo runThe 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)
