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

https://github.com/jchuy0/snakegame

The classic arcade game Snake.
https://github.com/jchuy0/snakegame

csharp visual-studio

Last synced: about 1 month ago
JSON representation

The classic arcade game Snake.

Awesome Lists containing this project

README

          

# Install

1. **Clone the repository**:
- Click the green Code button near the top and clicking "Download ZIP".
- Or enter this code into a command prompt:
```git clone https://github.com/JChuy0/SnakeGame.git```

2. **Open the project in Visual Studio**:
- Navigate to where you saved the repository
- Unzip the file if necessary
- And open the ```.sln``` file.

3. Run the project by pressing ```F5``` or ```Ctrl + F5```.

# Acknowledgements
This project was made by following a tutorial from [Erb Computer Science](https://www.youtube.com/watch?v=Meib94_co0U) on YouTube.