A simple console-based Snake game implemented in C#. This game features a grid-based map where the snake moves, eats food, and grows in length. The game allows you to select different difficulty levels and includes a secret "Rainbow Worm" mode.
- Grid-Based Map: The game is played on a 10x10 grid.
- Snake Growth: The snake grows in length whenever it eats food.
- Difficulty Levels: Choose from Easy, Medium, Hard, and Very Hard.
- Rainbow Worm Mode: A special mode that adds a colorful twist to the game.
- Self-Collision Detection: The game ends when the snake collides with itself.
- Replay Option: Option to restart the game after a loss.
- .NET Core installed on your system.
- Clone the repository to your local machine:
git clone https://github.com/Civermau/Snake.git cd Snake dotnet run
Will make an executable version too! stay tuned