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.
- Q/A for movement of the left paddle
- P/L for movemnt of the right paddle
- +/- for change ball speed
game finished after 90 seconds
To compile you need Freeglut library and OpenGL API installed on your system. Visual Studio Solution is also available for Windows.