Mazes #119

Merged
StevenRS11 merged 10 commits from mazes into mazes 2013-12-31 00:07:52 +00:00
Showing only changes of commit 3e33b94c98 - Show all commits

View File

@@ -475,7 +475,7 @@ public class MazeDesigner
// a list of those edges and remove them if they connect two nodes // a list of those edges and remove them if they connect two nodes
// in the same set. Otherwise, merge their sets and keep the edge. // in the same set. Otherwise, merge their sets and keep the edge.
// This is similar to algorithms for spanning trees. The same // This is similar to algorithms for spanning trees. The same
// idea applies for the other doorways with some chance added. // idea applies for the other doorways, plus some randomness.
// First, list all nodes in the subgraph // First, list all nodes in the subgraph
IGraphNode<PartitionNode, DoorwayData> current; IGraphNode<PartitionNode, DoorwayData> current;