Package mazealgo.examples
package mazealgo.examples
-
ClassesClassDescriptionRound-trip demo against the two servers started by
RunMazeServer: asks for a maze on port 5400, then asks port 5401 to solve it, and prints the maze + the solution length + a few node positions.Boots twoMyServerinstances: one hostingGenerateMazeStrategyon port 5400, one hostingSolveMazeStrategyon port 5401.