Parses a maze from a file (represented as a list of lines) and results in a Maze.
Parses a maze from a file (represented as a list of lines) and results in a Maze. The method will issue an error if the maze file doesn't exist or if it contains lines are of unequal width.
the name of a file with a maze in it
a Maze instance
Parses a maze file (represented as a list of lines) and results in a Maze.
Parses a maze file (represented as a list of lines) and results in a Maze. The method will issue an error if the lines are of unequal width.
a list of strings that describe the maze
a Maze instance
A Maze factory