Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.37 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.37 KB

Pong Game

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.

Features

Simple paddle and ball mechanics. Three difficulty levels: Easy, Medium, and Hard. The first player to reach 11 points wins.

How to Play

Use the UP and DOWN arrow keys to control your paddle. Avoid letting the ball pass your paddle to score points.

Installation

This project doesn't come with an installer; it runs directly as an .exe file.

Steps:

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.

Credits

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

License

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!