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
- Host: GitHub
- URL: https://github.com/adharshkamath/maze-runner
- Owner: adharshkamath
- Created: 2019-03-08T16:39:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-03T05:28:33.000Z (about 4 years ago)
- Last Synced: 2026-02-02T02:17:06.656Z (5 months ago)
- Topics: cpp, maze-game, opengl
- Language: C++
- Homepage:
- Size: 860 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
### Game Play
