Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 266 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 266 Bytes

SnakeUWP

An implementation of the snake game using C# .NET UWP.

The game is very simple to play:

  • Keyboard keys up/right/down/left move the snake.
  • Eating a cherry (red) increases the length and speed of the snake.
  • You must eat 200 cherries to beat the game.