Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 414 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 414 Bytes

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