/OpenGL-Pong

Pong recreated in OpenGL.

Primary LanguageC++

OpenGL-Pong

Usage

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

image