Welcome to Pong, a classic singleplayer/multiplayer pong game built with SDL3. Challenge your friends or play against yourself in this timeless arcade game.
- 🎮 Multiplayer Mode: Play with friends locally or on the net!.
- 🕹️ Single Player Mode: Challenge the computer (SOON).
- 🔄 Game Options: Customize your gameplay experience.
- 🖥️ Fullscreen Toggle: Switch between fullscreen and windowed mode.
- SDL3: Make sure you have SDL3 installed on your system.
- C++17: Ensure you have a C++17 compatible compiler.
-
Clone the repository:
git clone https://github.com/vict0rfr/pong.git cd pong
-
Build the project:
mkdir build cd build cmake .. make
-
Run the game:
./pong
Enjoy playing Pong! 🎉