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

https://github.com/adharshkamath/maze-runner

A popular maze runner game implemented using C++ and OpenGL
https://github.com/adharshkamath/maze-runner

cpp maze-game opengl

Last synced: 2 months ago
JSON representation

A popular maze runner game implemented using C++ and OpenGL

Awesome Lists containing this project

README

          

# Maze Runner
A popular maze runner game implemented in C++ using OpenGL, as a part of IEEE-NITK Envision 2019.

## Installation

For Ubuntu/Debian:

Install OpenGL libraries:

```
sudo apt-get install mesa-utils
```

Install freeGlut:

```
sudo apt-get install freeglut3-dev
```

Please refer to [this](https://www.khronos.org/opengl/wiki/Getting_Started) to install the necessary libraries in Windows and macOS.

Make sure you have `make` installed

## How to run

Build the game with the following command :

```
mkdir obj

make

./game
```

## Demo

### Instructions

Home Screen

### Game Play

Game Play