https://github.com/rezataheri01/snake-game
Here’s a simple implementation of classic Snake game as a console application in C#
https://github.com/rezataheri01/snake-game
console-application csharp snake snake-game
Last synced: about 2 months ago
JSON representation
Here’s a simple implementation of classic Snake game as a console application in C#
- Host: GitHub
- URL: https://github.com/rezataheri01/snake-game
- Owner: RezaTaheri01
- License: mit
- Created: 2024-07-24T09:28:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T23:23:17.000Z (over 1 year ago)
- Last Synced: 2025-02-28T18:47:24.772Z (over 1 year ago)
- Topics: console-application, csharp, snake, snake-game
- Language: C#
- Homepage:
- Size: 460 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
* * *
# Snake Game
This is a basic implementation of the classic **Snake Game** as a console application written in **C#**. It is developed using the **.NET Framework 4.8**.
---
## Attention
If you're using **Windows 11** or the new **Windows Terminal**, you need to set your default terminal application to **Windows Console Host**. Alternatively, you can open **Command Prompt**, navigate to the app directory, and run `Snake Game.exe` directly.
---
## Demo
Watch the gameplay in action:
[](https://github.com/user-attachments/assets/e7bb45d2-256d-4331-a866-cfced4301034)
---
## Menu Preview
Here’s a preview of the game's menu interface:

* * *