Maze Generation

  • Tech Stack: Unity, Visual Studio 2022, GitHub/Git
  • Github URL: Project Link

Code HighLights and Explanations




The Assignment

This project was a solo project I decided to make in my free time. I got the idea from reddit when browsing the algorithm and computer subreddits. For the generation I used Depth First Search to make the maze. I Implemented this in Unity 2022 and I think this is quite a nice portfolio piece hence why I have made a page for this. For perfomance reasons I decided to limit the maze to 100 x 100 so that the program would not lag enormously when viewed on less powerfull devices. I implemented the GUI and the Camera Behaviour so that this application could be run on mobile devices as well.