Posted September 23, 2019 by Dan Zaidan
Download this tutorial's source code: https://danzaidan.itch.io/pong-learn-programming
In this tutorial, I will teach you the basics about creating an AI (artificial intelligence) for video games!
You will learn the difference between AI for Games and AI for non-games, as well as the theoretical challenges for building a great AI for an enemy.
In the end of the lesson, we will build our AI for the game Pong and discuss possible improvements.
This is clip from the "How to Program a Game in C++" tutorial series. If you want to learn more about game development, be sure to check them out here: https://www.youtube.com/playlist?list=PL7Ej6SUky135IAAR3PFCFyiVwanauRqj3
I hope you enjoy it!