A popular maze runner game implemented in C++ using OpenGL, as a part of IEEE-NITK Envision 2019.
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
Build the game with the following command :
mkdir obj
make
./game