adharshkamath / Maze-Runner

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 96.6%Language:Makefile 3.4%