Welcome to the Pong Game implemented in C++ using the Raylib library. This classic game allows you to play either in multiplayer mode, competing against a friend, or in singleplayer mode, where you can challenge a bot. Get ready to relive the nostalgia of one of the earliest arcade games!
- This game is a simple implementation of the classic Pong game.
- The game has two modes: Multiplayer and Singleplayer.
- In multiplayer mode, two players can compete against each other.
- In singleplayer mode, you can challenge a bot.
- The game has a start screen where you can choose the game mode.
- The game has a score display for both players.
- In the project properties, set the following:
- C/C++ > General > Additional Include Directories:
./libraries/raylib-4.5.0/include
- Linker > General > Additional Library Directories:
./libraries/raylib-4.5.0/lib
- C/C++ > General > Additional Include Directories:
- Move Up: W
- Move Down: S
- Move Up: I
- Move Down: K
- Move Up: W
- Move Down: S
In multiplayer mode, two players can compete against each other. Player 1 controls the left paddle with W and S keys, while Player 2 controls the right paddle with I and K keys.
In singleplayer mode, you can challenge a bot. You control the left paddle using W and S keys. The bot controls the right paddle.