PongGame_C_2Players Classic Pong Game in C using SDL2 library. You have to have font in /usr/share/fonts/trutype/freefont/RreeSans.ttf Compile with : gcc -o pong pong.c -lSDL2 -lSDL2_ttf -lm Run with : ./pong