Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 103 Bytes

File metadata and controls

5 lines (4 loc) · 103 Bytes

Simple-Pong

A super simple pong game in raylib and C

gcc main.c -o main -l raylib && ./main