Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 468 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 468 Bytes

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.