Criteria | Points |
---|---|
Maze is read in from a file and loaded into a 2D array | 15 |
There exists a method that prints out the array | 10 |
Your recursive method works and is able to move north properly | 15 |
Your recursive method works and is able to move east properly | 15 |
Your recursive method works and is able to move south properly | 15 |
Your recursive method works and is able to move west properly | 15 |
Your algorithm does not result in stack overflows, array index out of bounds error, method arguments are not changed, etc | 15 |