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

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.

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/)