A simple C++ project that generates a randomized 3D maze using OpenGL API.
- Randomized Maze: Generated using a randomized Depth First Search algorithm for uniform passage distribution.
- 3D Rendering: Walls rendered as cubes and a floor plane via OpenGL matrix calls.
- OpenGL
- GLFW
- GLAD
- C++