Skip to content

The spider game coded using the OpenGL library with the C/C++ programming language.

Notifications You must be signed in to change notification settings

eeyribas/SpiderGame

Repository files navigation

SpiderGame

The game is a spider game prepared with OpenGL. OpenGL has been used with C and C++ Programming Languages.

IDE: Visual Studio 2019

OpenGL Installation: To use OpenGL, copy the following paths from the glut-3.7.6-bin folder.

glut32.lib --> $(MSDevDir)....\VisualStudio\lib

glut.h --> $(MSDevDir)....\VisualStudio\include

The output of the game is shown in the SpiderGame.png image.

Game Controls: The spider moves with the arrow keys on the keyboard.