/c4opengl

The boring Connect-4 for OpenGL.

Primary LanguageC++

c4opengl

The boring Connect-4 for OpenGL. A simple introduction to OpenGL and Shader Language.

ScreenShot

Easy Eclipse development

  1. Clone the repo: git clone https://github.com/MGhareeb32/c4opengl.git c4opengl
  2. Create a new Executable Hello World C++ Project in the c4opengl folder.
  3. Click next. Make sure you have Source set to 'src'.
  4. Click Finish.
  5. Right click the project > Properties > C++ Genral > Paths and Symbols > Libraries.
  6. Add each of the following: freeglut, glu32, opengl32, glew32.
  7. Hit Ok, Build, and Run.