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.
- Host: GitHub
- URL: https://github.com/privatejfx141/snake
- Owner: privatejfx141
- Created: 2017-02-11T17:43:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T20:27:26.000Z (about 5 years ago)
- Last Synced: 2024-10-24T04:29:15.039Z (over 1 year ago)
- Topics: snake, visual-studio
- Language: C#
- Size: 61.5 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.