A 3D version of Pong created using OpenGL and SDL written in C++. This was submitted for the Graphics assignment at the University of Lincoln. Also see the 2D version of Pong submitted for another assignment for this module.
The easiest way to download the game is via the releases page.
If you have visual studio, you can also generate an sln file by using premake from the command line:
premake5.bat vs2015
Controls are:
A
- Left
S
- Right
Left Arrow
- Left
Right Arrow
- Right
You can also change the camera angle using C
, between 3 angles: behind player 1, behind player 2 and a long shot angle.
The game uses the following dependencies:
- glew
- premake
- SDL2
- glm