How to design and develop a Simple Pong Game in c++
How to design and develop a Simple Pong Game in c++
A great three part tutorials on How to design and develop a Simple Pong Game in c++.
In an age of complex game engines that almost design and develop a game alone, designers and developers have forgotten about the ground roots of what is actually to develop a game, and what are the challenges associated with it.
In this three part tutorial videos,the tutorial’s author explains quite well how to make an OOP simple pong game in C++.
Part I – How create the ball
In the first part the tutorial approaches how to create a class that is used to create the ball object in the pong game.
Part 2 – How to create the player objects
In the second part the tutorial explains how to create a class that is used to create the player objects in the pong game, and we start the main game manager class that will run the game.
Part 3 – How to implement the game manager and game testing
In the third and the final part of the tutorial the tutorial explains on how to finish the game manager class and test the game.
Get the source code
The Source code can be found here : http://paste4btc.com/FzV6Xvxk
In case your want to know more some good book recommendations
![]() |
C++ Without Fear: A Beginner’s Guide That Makes You Feel Smart (3rd Edition) https://www.game-designers.net/C++Without Fear |
![]() |
C++ Primer Plus (6th Edition) (Developer’s Library) https://www.game-designers.net/C++PrimerPlus |
![]() |
Programming: Principles and Practice Using C++ (2nd Edition) https://www.game-designers.net/c++programmingprinciples |
![]() |
C++ Programming Language (hardcover) (4th Edition) |