https://github.com/avalin/snake-wf
2D Snake Game using Windows Forms
https://github.com/avalin/snake-wf
Last synced: 29 days ago
JSON representation
2D Snake Game using Windows Forms
- Host: GitHub
- URL: https://github.com/avalin/snake-wf
- Owner: Avalin
- Created: 2020-06-11T10:44:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T22:23:21.000Z (almost 5 years ago)
- Last Synced: 2025-06-03T19:04:46.652Z (4 months ago)
- Language: C#
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Windows Forms - Snake
![]()
## About
A small 2D Snake Game project written in pure C# using Windows Forms.## Download and Installation
To get this project:* Install Visual Studio Community 2019
* Install .NET Framework 4 - 4.6 development tools
* Clone the repo: `git clone https://github.com/Avalin/wf_snake.git`That's it.
## Usage
Open the project in Visual Studio Community 2019, and run the application from `GameWindow.cs`