Simple Unity project that creates a random maze with boxes as walls using a version of Prim's Algorithm. Prim's algorithm is a greedy algorithm for finding a minimum spanning tree for a weighted ...
The generation is very quick (50k cells in less than 100 ms) but It's also possible to view the generation at human speed: I inserted a delay before the start and a delay at each iteration, so that it ...