https://github.com/camilo716/snake-game
Classic snake game (Console)
https://github.com/camilo716/snake-game
csharp
Last synced: 15 days ago
JSON representation
Classic snake game (Console)
- Host: GitHub
- URL: https://github.com/camilo716/snake-game
- Owner: Camilo716
- Created: 2022-12-31T03:48:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T22:42:46.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T04:41:17.132Z (over 1 year ago)
- Topics: csharp
- Language: C#
- Homepage:
- Size: 11.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# SNAKE GAME
Program which replies the logic and interactions of famous snake game using two-dimensional arrays
## Play
`dotnet run`
## Move
- Move up: w
- Move down: s
- Move to the right: d
- Move to the left: a
## Test
`dotnet test`