Pong game clone in raylib
This is my first project using raylib, I did it to test and learn about the lib
'J/K' - Move right paddle up/down
'D/F' - Move left paddle up/down
'SPACE' - Start/pause game
- Build raylib
cd peng/raylib/src/
make PLATFORM=PLATFORM_DESKTOP
- Build the game
cd peng
make
