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

C Tutorial 21 - Simple Pong Game (Part 1) In this video I will explain how to make an OOP simple pong game in C . In the first part we create a class that is used to create the ball object in the pong 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’s Library) Programming: Principles and Practice
Back to Top