/Pong

Pong C++ OpenGL GLFW

Primary LanguageC++MIT LicenseMIT

Pong

A simple Pong game written in C++ with opengl.

  • Using GLFW3 for window context
  • Faked Collision

ScreenShot

Todo

  • Replace Immidiate mode ( Change Code to OpenGL 3.0 )
  • Add a proper 2D collision system (AABB)
  • Add Sounds