This is a simple implementation of the classic Pong game written in C++. The game features two paddles, one for each player, and a ball that bounces between them. The objective is to hit the ball past the opponent's paddle to score a point.
- Player vs Computer mode: One player competes against a Computer-controller opponent.
- Simple controls: Players can move their paddles up and down using arrow keys.
- Score tracking: The game keeps track of each player's score and displays it on the screen.
- Clone this repository to your local machine.
- Compile the source code using a C++ compiler.
- Run the executable file generated after compilation.
- Use the arrow keys to control the paddles:
- Hit the ball with your paddle to prevent it from passing you.
- Score points by hitting the ball past your opponent's paddle.
- The first player to reach the designated score wins the game.
- C++ compiler (e.g., g++, clang++)
- Raylib 3rd party library