Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 375 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 375 Bytes

snake

It's the classical snake game. The objective is to earn the highest score humanily possible. Score is synonymous to the amount of candy the snake consumes. It's game over as soon as the snake collides with a wall or itself. Snake is constanly slithering unless game is paused (p keypress) or is game over. The snakes slither speed increases as the score increments.