[Tutorial] How to program a game in C++ (Pong)
Ever wondered how are games programmed? In this series of tutorials, I will teach you how to make a game in C++. Hopefully, you will learn the fundamentals of game programming and be able to make your own games by the end!
Step-by-Step, Beginner-Friendly Tutorials
This game was created accompanied by several tutorials that will guide you through the creation of a game an the engine!
Check out the tutorial series: https://www.youtube.com/playlist?list=PL7Ej6SUky135IAAR3PFCFyiVwanauRqj3
This is the first tutorial: https://www.youtube.com/watch?v=luuyjjOxnUI
The final result on Itch.io: https://danzaidan.itch.io/pong-learn-programming
I hope you like it!