Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 570 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 570 Bytes

snake_game

Classic game implemented in Rust.

Controls

Use WASD or arrow keys to control the snake. Press SPACE when on game over screen to restart.

Couple of screenshots

Gameplay

Gameover

Credits

Thanks to Cosme @ itch.io for the assets.

Implementation TODO-list

  • 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)