Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 501 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 501 Bytes

Pong-Game

This is a recreation of the classic pong video game. Implemented in the C++ programming language, using Modern OpenGL API to display graphics on the screen.

Controls

  • W/S for movement of the left paddle
  • I/K for movemnt of the right paddle

Compile

To compile you need Freeglut library and OpenGL API installed on your system. Visual Studio Solution is also available for Windows.

Image

Pong Game Image