Pong, a classic 2D game made with C++ and Raylib
Assuming you already have Raylib installed on your device (You can see this Link for instructions)
Download and run the installer (Pong.msi) from the latest release, run the game.
Use Visual Studio to clone and experiment with Pong, make sure to set up raylib.
- The maximum score is 3
- Left side movement:
W
&S
- Right side movement:
Arrow Key Up
&Arrow Key Down
Escape
to return to the main menuDelete
to quit the game
You can find screenshots in
/img