A small pong game made with the awesome Raylib. Just for fun, to make a pure C game.
Game is basically complete, you can follow progress and todos here, I may implement everything there one day. Notice that collision with paddle is a little broken in the current build.
Use SPACE to randomly throw the ball to any direction (limited by a small arc to each side). Use W and A keys to control Player 1 and UP and DOWN to control Player 2. Game is goal is 5 points.
There are builds in the Releases tabs, will work on Windows, Mac and Linux. You can compile it yourself with CMake
if you know how. There are no dependencies beisdes raylib, that is downloaded and built automatically.

