Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 268 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 268 Bytes

SnakeWPF

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

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.