Skip to content

This is a simple implementation of the classic Pong game built using C++ and Raylib. The game features three difficulty levels and basic paddle-ball mechanics. It's a learning project inspired by a YouTube tutorial and is intended for educational purposes.

License

Notifications You must be signed in to change notification settings

parth-6945/Pong-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

This is a simple implementation of the classic Pong game built using C++ and Raylib. The game features three difficulty levels and basic paddle-ball mechanics. It's a learning project inspired by a YouTube tutorial and is intended for educational purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages