https://github.com/darkriszty/snakeapp
Snake console game
https://github.com/darkriszty/snakeapp
Last synced: about 2 months ago
JSON representation
Snake console game
- Host: GitHub
- URL: https://github.com/darkriszty/snakeapp
- Owner: darkriszty
- License: mit
- Created: 2016-07-09T18:17:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-09T20:25:33.000Z (over 8 years ago)
- Last Synced: 2025-01-17T15:36:52.074Z (3 months ago)
- Language: C#
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
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 |
| #===================================================================# |
| | | |
| | | |
| | | |
| | | |
| | | |
| | .......... | |
| | . . | |
| | ..... . . | |
| | ........ . | |
| | . | |
| | . | |
| | . | |
| | . | |
| | * @........ | |
| | | |
| | | |
| | | |
| #===================================================================# |
| |
+--------------------------------------------------------------------------+