A really simple Pong Game made with C++ using Raylib library
- Use UP key to move the player up
- Use DOWN key to move the player down
- Goal increases score
- Escape key to quit
git clone https://github.com/YaroslavRybakEducation/RayPong.git
cd RayPong
code .
And make sure if you have already installed Raylib here
Then go to src, game.cpp and click on F5 to debug the File and run in it
If you have any problems, feel free to create new issue above and if you want suggestions, create pull request above.
Thanks and Enjoy. 😉