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.