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.
- Host: GitHub
- URL: https://github.com/jchuy0/snakegame
- Owner: JChuy0
- Created: 2024-10-27T16:53:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T22:11:44.000Z (over 1 year ago)
- Last Synced: 2025-12-31T11:27:38.829Z (6 months ago)
- Topics: csharp, visual-studio
- Language: C#
- Homepage:
- Size: 275 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.