This is a simple implementation of the Classic Game Pong using C++ the graphics.h
library.
- Install TurboC++ with Default Installation Settings.
- Clone this Repository.
- Paste the
CPONG.CPP
file to theC:\TurboC++\Disk\TurboC3\BIN
. - Open Turbo C++ and press
F3
. - Search for
CPONG.CPP
in the Name Section to Open ourCPONG.CPP
in Turbo C++. - Once the
CPONG.CPP
File is opened in Turbo C++, we can run the game by pressingCtrl
+F9
. - The user can control the RIGHT Bumper with
A
andZ
. - Pressing
E
will escape the game.
This game was created as a part of a C++ programming course, and was inspired by the Classic Pong Game. The code is available under the MIT License.