top of page
Maze Generation
Maze generation implementation using depth first search algorithm in Unreal Engine 5.
Steps​
1) Construct room layout with 4 walls and a floor​​

2) Spawn even amount of rows and columns of rooms

3) Create relationships between rooms and implement depth first search algorithm

bottom of page