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.
- Host: GitHub
- URL: https://github.com/eeyribas/spidergame
- Owner: eeyribas
- Created: 2024-05-12T12:02:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-05T19:38:05.000Z (7 months ago)
- Last Synced: 2025-03-20T10:51:13.738Z (7 months ago)
- Topics: c, car, cplusplus, design, dog, drawing, earth, game, house, library, opengl, programming, sky, snake, spider, spider-game, sun, tunnel, wall
- Language: C
- Homepage:
- Size: 664 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.