An open API service indexing awesome lists of open source software.

https://github.com/eeyribas/spidergame

Spider game is a game where the spider can move with the keyboard and navigate around drawings such as a house, walls, and dogs.
https://github.com/eeyribas/spidergame

c car cplusplus design dog drawing earth game house library opengl programming sky snake spider spider-game sun tunnel wall

Last synced: 4 months ago
JSON representation

Spider game is a game where the spider can move with the keyboard and navigate around drawings such as a house, walls, and dogs.

Awesome Lists containing this project

README

          

# SpiderGame
Spider game is a game where the spider can move with the keyboard and navigate around drawings such as a house, walls, and dogs. The game design is coded with OpenGL support.

Programming Language: C/C++ Programming Language

IDE: Visual Studio 2019

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

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

Running: By placing the glut32.dll file from the glut-3.7.6-bin folder into the "Debug" or "Release" folder of your compiled output, the spider game will run without errors.

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