This is a Snake game written in C# using the console. In this game you can play by yourself or with your friends (up to 3 people). The longer you are, the more points you have. The goal of this game is to score 200 points as fast as you can!
These walls limit the playing field, if you touch it, the snake will die
It's the snakes with a smiley faces at the beginning.
These dots are common food, eating one such you'll get +1 to your points.
It's the same food, only painted, because it falls off the snakes)
This food falls out of the snake's head and the longer the snake has droped it, the more points it will give to you.
When you die, you will respawn as a grid for a few seconds. (To quickly locate the respawned snake, its symbol will change to an exclamation mark)
Firslty you need to follow by the next link:
https://github.com/Riborok/Multiplayer-snake
You will see github repository of this game. Then you should click on green button "Code":
And then in the opened window click download zip:
After that unzip to any convenient folder and go to it. Then launch SnakeGame.exe. You will see next window:
To start, set the size of the game board and then press 1, 2, or 3 depending on the amount of players. The game will begin, but remember that the window size cannot be changed during gameplay.
Here we go, you can enjoy!!!
First player: Arrows
Second player: WASD
Third player: UHJK
Developer: Egor Pankratiev
README Author: Stanislav Habrus
This game is released under the MIT License. For more information, check the LICENSE file.