OpenGL 3D Pong The classic Pong game in 3D, developed in C and OpenGL. Compiling Just use your favorite C/C++ compiler. The command I use is: cc tp1.c -o tp1 -lGL -lglut -lm -lGLU