The Labyrinth

A simple maze solving game programmed using C++ and OpenGL

How to Compile and Run

To compile and run the project:

  1. Make sure you have the following libraries installed
  2. Clone this repository using git clone https://github.com/Xzanam/TheGame.git.
  3. Navigate to the project directory: cd TheGame/src.
  4. Compile the code using makefile make target=main
  5. Run the executable: ./main.

References

De Vries, J. (2021). Learn OpenGL: Graphics Programming in C++. [Online Book]. https://learnopengl.com/

Snapshots

snapshot1 snapshot2 snapshot3