C++ Game Programming For Beginners - Pong in Raylib

This is a beginner-level tutorial aimed at new game programmers. We will recreate Pong using C and Raylib, an easy-to-use game library. This video assumes you already understand the basics of programming, preferably in C or C , but doesn’t require any extensive knowledge of build tools, command line usage, or general file system navigation, things usually prerequisite to making games in C . I will be showing the entire installation process of Visual Studio, Git, and Raylib using Git. This video can also serve as an introduction to Raylib for experienced viewers who just want to check out the library. I believe Raylib is the best C game library for beginner programmers, and I tried my best to make the code as accessible as possible, but if you need help or have any questions, make sure to post them in the comments. I hope you have as much fun watching and making the game as I did! Install Visual Studio: Install Git: Install Raylib: https://gith
Back to Top