package maze; import java.io.File; import java.util.Scanner; public class Maze { /** * Entry point of the maze. */ private Point2D entry;