Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 708 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 708 Bytes

maze-runner

A popular maze runner game implemented using C++ and OpenGL. Developed during my second semester as part of IEEE-Envision.

How to run

Compile the C++ program with the following command :

g++ <program.cpp> -lglut -lGL -lGLU -o program.out
./program.out

Contributing

Create a fork and clone the fork to your system. Add the upstream remote using the command git remote add upstream https://github.com/geekswaroop/Maze-Runner-Game.git Always fetch the latest changes to the master branch by doing git pull upstream master in your master branch and create pull requests by creating new branches with relevant names and making the respective changes in those branches.