Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 410 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 410 Bytes

glfPong

Pong clone for 1GAM February - written using:

  • C++(11)
  • FreeGLUT
  • GLEW
  • OpenGL

How to play

  • If you have CodeBlocks installed, you should be able to download the repo, open the project and run it.

  • If not, download the repo and try running the build in Builds/Debug/. If that doesn't work you may need to install the Visual C++ Redistributable package. (I'm not 100% sure)