Skip to content

nebulous-code/Rusty-Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake in Rust

A snake game built in rust using piston window crate.

Screenshot 2025-06-30 at 5 39 27 PM

Gameplay

Control the snake with the arrow keys (or WASD) to eat the apple. Avoid the walls and running over your own tail. End the game by pressing Escape. Pause the game with the spacebar.

Know Issues

  • if you press any key other than the arrow keys or WASD.

Potential Improvements

  • Instead of auto restarting wait for the user to press space to restart.
  • Keep track of the score and display it during the game and at the end.
  • Add the ability to pause the game.
  • Make the color scheme rusty

About

A snake game built in rust using piston window.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages