Classic Snake game made entirely in C++.
Snake Actions:
- Movement -> Directional keys
Game rules:
- The snake must not collide with the limits of the screen or with itself.
- Each food eated by the snake generates a score and increases the speed of the game.