Skip to content
/ Snake Public

A small quick recreation of the original snake game using the terminal and using C#

Notifications You must be signed in to change notification settings

Civermau/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game in C#

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.

Features

  • 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.

Getting Started

Prerequisites

How to Run

  1. 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

About

A small quick recreation of the original snake game using the terminal and using C#

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages