An open API service indexing awesome lists of open source software.

https://github.com/privatejfx141/snake

C# implementation of the Snake game.
https://github.com/privatejfx141/snake

snake visual-studio

Last synced: over 1 year ago
JSON representation

C# implementation of the Snake game.

Awesome Lists containing this project

README

          

# snake
C# implementation of the Snake game.

# controls
* W - Move the snake up.
* A - Move the snake to the left.
* S - Move the snake down.
* D - Move the snake to the right.
* Enter - Restart the game.