Recreation of the classic Pong game with SDL2 lib and C++!
- Player 1 (Left Paddle): Use the W and S keys to move up and down, respectively.
- Player 2 (Right Paddle): Use the Up Arrow and Down Arrow keys to move up and down, respectively.
The objective is simple: Don't let the ball get past your paddle! Score points by making the ball pass your opponent's paddle.
- Clone or download this repository to your local machine.
- Install SDL2 Lib and SDL2_ttf
- Compile the game using your preferred C++ compiler.
- Run the compiled executable.
- This project was made using Clion and CMAKE on macOS if you use other enviroments edit the project acordingly.
This Pong game was created by Oskar Kalbarczyk as a fun project to demonstrate game development with SDL2.