You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default maze generation algorithm includes a using directive DebugRandomMazeGeneration that allows people to watch the building of the maze step-by-step with a Console.ReadLine() after each node exploration. It would be nice to add this using directive to the Prims algorithm too. @HurricanKai
The text was updated successfully, but these errors were encountered:
The default maze generation algorithm includes a using directive
DebugRandomMazeGeneration
that allows people to watch the building of the maze step-by-step with aConsole.ReadLine()
after each node exploration. It would be nice to add this using directive to the Prims algorithm too. @HurricanKaiThe text was updated successfully, but these errors were encountered: