Create a 10k tiles orthogonal maze with blueprints

Hi Fen,

Awesome Work!Totally generous of you to provide the link to the 5 BP Nodes. Until now, I’ve only used the Depth First Search, and just recently discovered there are several other maze classifications.

Anti-cheat aka Anti-Maze Solving Measures are critical to the security of my game product. As a First-Person Hack & Slash Dungeon Crawl, my concern is use of Trémaux’s Algorithm to solve the Labyrinth from the inside. So in addition to the using algorithms to generate the maze, I seek counter measures for each maze-solving algorithm.