C++ games for beginners
-
Updated
Nov 17, 2017 - C++
C++ games for beginners
A fun game in C++ where you handle 2 cars from two sides of the keyboard.
This is a classic Snake Game implemented in C++. The game is played on the command line interface, where the player controls a snake and tries to eat food while avoiding collision with the walls or the snake's own body.
Add a description, image, and links to the c-games-for-beginners topic page so that developers can more easily learn about it.
To associate your repository with the c-games-for-beginners topic, visit your repo's landing page and select "manage topics."