OpenGL-Pong Usage Download and install MinGW and OpenGL Clone the repository Run g++ -o pong.exe *.cpp -lfreeglut -lopengl32 -lglu32 -lwinmm to compile the program Launch the executable