Class RunMazeClient

java.lang.Object
mazealgo.examples.RunMazeClient

public class RunMazeClient extends Object
Round-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.
  • Constructor Details

    • RunMazeClient

      public RunMazeClient()
  • Method Details