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

https://github.com/saltx/snakegame

Snake Game for Object Oriented Programming
https://github.com/saltx/snakegame

csharp game good-first-issue help-wanted snake-game windowsforms

Last synced: about 1 year ago
JSON representation

Snake Game for Object Oriented Programming

Awesome Lists containing this project

README

          

***
![](https://img.shields.io/appveyor/ci/SALTx/SnakeGame.svg)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b915313431b4464c85d73ffb32003a8d)](https://www.codacy.com/app/SALTx/SnakeGame?utm_source=github.com&utm_medium=referral&utm_content=SALTx/SnakeGame&utm_campaign=Badge_Grade)
![](https://img.shields.io/github/downloads/SALTx/SnakeGame/latest/total.svg)
![](https://img.shields.io/github/license/SALTx/SnakeGame.svg)

# Snake-Game
Classic Snake Game written in C#
For Object Oriented Programming EG1738

## Controls
Arrow keys - Move (player 1)
WASD - Move (Player 2)

Spacebar - Pause

Enter - Respawn

## Screenshots
![alt text](https://github.com/SALTx/SnakeGame/blob/master/Screenshots/Game.png "Game Screen")
![alt text](https://github.com/SALTx/SnakeGame/blob/master/Screenshots/Settings.png "Settings Screen")
![alt text](https://github.com/SALTx/SnakeGame/blob/master/Screenshots/Profiles.png "Profiles Screen")
![alt text](https://github.com/SALTx/SnakeGame/blob/master/Screenshots/Map.png "Map Screen")

## Maps

![alt text](https://github.com/SALTx/SnakeGame/blob/master/Screenshots/Maps/grassBackground-01.jpg "Grass Map")
![alt text](https://github.com/SALTx/SnakeGame/blob/master/Screenshots/Maps/sandBackground-01.jpg "Desert Map")