Maze 1 (Solution)
Welcome to therat, a maze solving program.
Enter maze file name (0 to quit): maze1
** maze read successfully
** maze is self-consistent
** solution is: 0 6 12 18 19 13 7 1 2 8 9
10 4 5 11 17 16 15 14
** maze graphic:
_ _ _ _ _ _
| | _| |
| | |_ _ _| |
| | |_ _ |
| _ | |_|
|_|_ _|_|_ _|
start cell: 0 [0,0]
goal cell: 14 [2,2]
Enter maze file name (0 to quit):
|
|