https://github.com/azmainadel/highway-escape-game
A simple 2D game made by iGraphics as an academic project.
https://github.com/azmainadel/highway-escape-game
c game-development igraphics
Last synced: about 2 months ago
JSON representation
A simple 2D game made by iGraphics as an academic project.
- Host: GitHub
- URL: https://github.com/azmainadel/highway-escape-game
- Owner: azmainadel
- Created: 2018-01-26T16:55:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T06:29:19.000Z (over 5 years ago)
- Last Synced: 2025-02-12T22:51:24.650Z (4 months ago)
- Topics: c, game-development, igraphics
- Language: C
- Size: 23.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Highway Escape
A simple 2D racing game built using iGraphics as an academic project.iGraphics is a wrapper for OpenGL in 2D.
iGraphics.h header file contains some drawing functions that can be
used to draw basic graphical shapes in Visual C++. These functions
are implemented in openGL. Users of iGraphics do not need any
knowledge of openGL to use it. Simply calling the drawing functions a
user can draw any 2D shape on screen. This library also provides easy
ways for animation, keyboard and mouse event handling.### Project members:
* [Azmain Adel](https://github.com/azmainadel/)
* [Maksudul Alam](https://github.com/Maksudul087/)