gusbunce-snake

Crates.iogusbunce-snake
lib.rsgusbunce-snake
version
sourcesrc
created_at2024-07-15 10:46:05.68424
updated_at2024-07-15 10:46:05.68424
descriptionA simple snake game written in Rust using the Piston game engine.
homepagehttps://github.com/gusbuncedev/snake
repositoryhttps://github.com/gusbuncedev/snake
max_upload_size
id1303679
size0
Augustus (Gus) Bunce (gusbuncedev)

documentation

README

Snake

This is a simple snake game written in rust utilisng the piston game engine.

How to play

  • Use the arrow keys to move the snake
  • Eat the food to grow the snake
  • Don't run into the walls or yourself (or else you die and the game ends)

TODO

  • Add a score counter
  • Add a high score counter
  • Add a game over screen
  • Add a pause screen
  • Add a main menu screen
  • Add a settings menu
  • Add a grid option
  • Add a speed option
  • Add a color option
  • Add audio
Commit count: 0

cargo fmt