- A ping pong game written in Cpp using RayLib
- Use keys
K/Up
andJ/Down
to move Up and Down - Use
Space
to reset the ball position and get the next shoot, but it costs 1 point.
- Make sure that RayLib is installed on your system then compile the project.
- Create directory
build/
$ mkdir -p build/
- Compile the project by running
make
ormake run
to compile and run the project.
$ make
$ ./cping_pong
# OR
$ make run