A clone of the ping pong game. Uses raylib for graphics and audio, and raygui for UI.
Written just for fun.
You can build simply by creating build
directory, going to it and calling cmake (e.g. cmake ..
).
Optionally, you can install by typing sudo cmake --install .
.
All assets such as sounds and images are copied into the binary file, so raypong is a single executable.
Just type ./raypong
(or raypong
if you have installed it)!
Key | Action |
---|---|
Escape |
Exit to the main menu |
P |
Pause |
W |
Move the left paddle up |
S |
Move the left paddle down |
↑ |
Move the right paddle up |
↓ |
Move the right paddle down |
If you have found a problem or have a suggestion, feel free to open an issue or send a pull request. I'd appreciate it.
The raypong project is licensed under the MIT license.