https://github.com/peterdee/easy-snake
Easy Snake is a game in C#
https://github.com/peterdee/easy-snake
csharp game snake visual-studio
Last synced: over 1 year ago
JSON representation
Easy Snake is a game in C#
- Host: GitHub
- URL: https://github.com/peterdee/easy-snake
- Owner: peterdee
- Created: 2020-07-05T12:50:49.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-07-05T13:33:41.000Z (almost 6 years ago)
- Last Synced: 2025-01-21T10:11:17.766Z (over 1 year ago)
- Topics: csharp, game, snake, visual-studio
- Language: C#
- Homepage:
- Size: 371 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Easy Snake
Easy Snake is a game in C#!
Created in 2013 with VS2012 as a part of the CGI course.
Compiled binary is included, see the [Easy-Snake-compiled-binary.zip](Easy-Snake-compiled-binary.zip) file.
### Screenshots



### Deploy
```shell script
git clone https://github.com/peterdee/easy-snake
cd ./easy-snake
```
### Requirements
- Windows 7 / 8 / 10 OS
- Visual Studio Community 2019 (though I guess any modern VS version will work)