/Snake

Console snake game

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Snake

This is a console snake game which has flexible architecture and can be easily modified and improved in the future.

If you want to build this project, you must have a Visual Studio 2017.

I tested this game on my PC which has CPU Intel i5 7600 and also I tested on my laptop which has CPU Intel Pentium N3710.

In both cases, this game works very well.

Control buttons

For snake:

LEFT - turn the snake to left on the game field
RIGHT - turn the snake to right on the game field
UP - turn the snake to up on the game field
DOWN - turn the snake to down on the game field

For menus:

UP - switch to upper item
DOWN - switch to lower item
ENTER - choose the selected item
ESC - go to prev menu