This is a basic implementation of the classic Pong game built using the Raylib library in C++. The game was created as a learning project by following a tutorial on YouTube.
Simple paddle and ball mechanics. Three difficulty levels: Easy, Medium, and Hard. The first player to reach 11 points wins.
Use the UP and DOWN arrow keys to control your paddle. Avoid letting the ball pass your paddle to score points.
This project doesn't come with an installer; it runs directly as an .exe file.
Download the .exe file from the releases.
Run the .exe on your Windows machine.
Note: No additional dependencies are required; the game should run on any standard Windows system.
Note: If you'd like to compile from source, you'll need to have Raylib and a C++ compiler installed.
This project was inspired by a YouTube tutorial from the Yoututbe channel "Programming With Nick", that walked through the development of a basic Pong game. Huge thanks to the tutorial creator for the guidance!
Raylib: https://www.raylib.com/
Tutorial Link: YouTube Tutorial
This project is for educational purposes and is released under the MIT License. Feel free to use the code for learning or personal projects, but please give credit to the original tutorial author if you share it!