Snake Game CPP Code
Clone of the classic Snake video game, written in C++
Status: Beta
Brought to you by:
ocp2k17
This project represents a clone of the classic Snake video game, written in C++.
The player controls a snake, guiding it across the board in order to reach and eat objects. Every eaten object makes the snake longer, thus increasing the game difficulty.
The player loses when the snake hits a wall or a part of its body.
More information about this game can be found at Snake (video game).