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.CPPfile to theC:\TurboC++\Disk\TurboC3\BIN. - Open Turbo C++ and press
F3. - Search for
CPONG.CPPin the Name Section to Open ourCPONG.CPPin Turbo C++. - Once the
CPONG.CPPFile is opened in Turbo C++, we can run the game by pressingCtrl+F9. - The user can control the RIGHT Bumper with
AandZ. - Pressing
Ewill 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.
