C++ Tutorial 21 - Simple Pong Game (Part 2)

C Tutorial 21 - Simple Pong Game (Part 2) In this video I will explain how to make an OOP simple pong game in C . In the second part we 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 our game. Source code: Great C books that I recommend for beginners: C Without Fear: A Beginner’s Guide That Makes You Feel Smart (3rd Edition) C Primer Plus (6th Edition) (Developer’
Back to Top