top of page

Maze Generation

UELogo_edited.jpg

Maze generation implementation using depth first search algorithm in Unreal Engine 5. 

Steps​

1) Construct room layout with 4 walls and a floor​​
Room.png
2) Spawn even amount of rows and columns of rooms 

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

bottom of page