Small labyrinth using my OpenGL engine
Find a file
trotFunky 888e8bd7f5 Added a function to manage movement inside the maze.
Added goal and objective to the test maze.
2019-11-04 00:12:43 +01:00
libs Base program with textured ground 2019-11-03 18:05:58 +01:00
resources Added a function to manage movement inside the maze. 2019-11-04 00:12:43 +01:00
src Added a function to manage movement inside the maze. 2019-11-04 00:12:43 +01:00
.gitignore Base program with textured ground 2019-11-03 18:05:58 +01:00
.gitmodules Base program with textured ground 2019-11-03 18:05:58 +01:00
CMakeLists.txt Cannot go through walls anymore 2019-11-03 21:24:39 +01:00
README.md Base program with textured ground 2019-11-03 18:05:58 +01:00

Labyrinth

This very small project is the final part of my OpenGL course. It uses my custom engine.

Building

Dependencies

  • OpenGL
  • Glut
  • My custom engine (Submodule of the project)