Skip to content
/ CPong Public

A simple implementation of the Classic Game Pong using C++ can be easily compiled and run using Turbo C++ compiler. This project is a great way to learn basic game development concepts and practice your C++ programming skills.

License

Notifications You must be signed in to change notification settings

XEHIL/CPong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CPong - The Classic Pong Game written in C++

This is a simple implementation of the Classic Game Pong using C++ the graphics.h library.

CPong GIF

Installation

  1. Install TurboC++ with Default Installation Settings.
  2. Clone this Repository.
  3. Paste the CPONG.CPP file to the C:\TurboC++\Disk\TurboC3\BIN.
  4. Open Turbo C++ and press F3.
  5. Search for CPONG.CPP in the Name Section to Open our CPONG.CPP in Turbo C++.
  6. Once the CPONG.CPP File is opened in Turbo C++, we can run the game by pressing Ctrl+ F9.
  7. The user can control the RIGHT Bumper with A and Z.
  8. Pressing E will escape the game.

License

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.

About

A simple implementation of the Classic Game Pong using C++ can be easily compiled and run using Turbo C++ compiler. This project is a great way to learn basic game development concepts and practice your C++ programming skills.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages