Classic game implemented in Rust.
Use WASD or arrow keys to control the snake. Press SPACE
when on game over screen to restart.
Thanks to Cosme @ itch.io for the assets.
- Draw the snake
- Control the snake
- Generate pickups and consume them
- Draw the score
- Implement the game-over screen
- Implement the high scores list (maybe)