Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 291 Bytes

README.md

File metadata and controls

7 lines (3 loc) · 291 Bytes

SnakeGame

This is the game where we use the up , down , left and right arrows to move the snake towards the fruit in such a way that it won't encounter with any of the walls.

#As the snake eats the food its length increases .Simultaneously the score gets updated on the score board.