public void RestartMaze()
 {
     throw new System.NotImplementedException();// TODO deal with it
     mazeElementsPathFindParametersRestarter.RestartMazeElementsParameters();
     mazeInOutPoints.RemoveInOutPoints();
 }
Beispiel #2
0
 public void AppointPath()
 {
     mazeElementsPathFindParametersRestarter.RestartMazeElementsParameters();
     pathFromStartToEnd = FindPath();
     PathDrawer.DrawPathFromStartToEnd(pathFindAlgoBoundary.FindDestinationPlaceForPathFinding());
 }