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

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)

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`