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

https://github.com/darkriszty/snakeapp

Snake console game
https://github.com/darkriszty/snakeapp

Last synced: about 2 months ago
JSON representation

Snake console game

Awesome Lists containing this project

README

        

# SnakeApp

A simple cross-platform snake console application written in C# using .Net Core.

In-game example:


+--------------------------------------------------------------------------+
| Game running _ | | X |
+--------------------------------------------------------------------------+
| Score: 36 |
| #===================================================================# |
| | | |
| | | |
| | | |
| | | |
| | | |
| | .......... | |
| | . . | |
| | ..... . . | |
| | ........ . | |
| | . | |
| | . | |
| | . | |
| | . | |
| | * @........ | |
| | | |
| | | |
| | | |
| #===================================================================# |
| |
+--------------------------------------------------------------------------+