- A ping pong game written in Cpp using RayLib
- Use keys
K/UpandJ/Downto move Up and Down - Use
Spaceto 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
makeormake runto compile and run the project.
$ make
$ ./cping_pong
# OR
$ make run