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

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#

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

![1](screenshots/1.png)

![2](screenshots/2.png)

![3](screenshots/3.png)

### 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)