C++ Programming GalleryVideoGames
Ping Pong game in C++, using graphics.h BGI library

Classic Ping Pong game with scores and increased ball speed. The game is given to FT5 (the player who first reaches 5 points wins)
Developed by:
YACSHA – Software & Desing, since 1999, Lima – Perú
The World of Chaos – EL MUNDO DEL CAOS – Unlimited Programming
You can DOWNLOAD the SOURCE CODE and executable software for FREE from here:
Join The World of Chaos Developer Community😃
Contribute to the project on Github!HISTORY
- Version 2 – 27-III-2024
- Update graphics/ping-pong – Porting to VC++ 2017 using winbgi
- Changes the routines for detecting pressed keys, which were previously in the old DOS. Now the WinAPI Keyboard is used (fast routines) when running the program on Windows and the classic WinBGI getch routines are used on other operating systems (slow routines).
- Add player scores. The game is given to FT5 (the player who first reaches 5 points wins)
- Add a increased ball speed. To increase the difficulty of the game
- Version 1 – 8-11-III-2001
- First version for Borland C++ 3.1 and Turbo C 3.0