A simple 3D pong game made when following the OpenGL Super Bible 5th Edition. The project uses glut and the GLTools library provided with the OpenGL Super Bible.
--Building-- Everything needed to build is in the repo so the project should build fine if you just open the project in xcode 5 or visual studio 2013
--Playing-- Choose what players are AI controlled or player controlled with these cmd line args: --p1AI --p1Player --p2AI --p2Player
Non AI players are controlled with the mouse. The p key pause/unpauses the game, the r key resets the game.