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

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#

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:

[![Snake Game Demo](https://github.com/user-attachments/assets/e7bb45d2-256d-4331-a866-cfced4301034)](https://github.com/user-attachments/assets/e7bb45d2-256d-4331-a866-cfced4301034)

---

## Menu Preview

Here’s a preview of the game's menu interface:

![Snake Game Menu](https://github.com/user-attachments/assets/6e6254d3-c49c-4b1c-826e-f91681f75252)
* * *