The player is at row 1, column 4, and the goal is at row 4, column 5. There are 6 holes. They are at: row 3, column 1; row 3, column 3; row 3, column 4; row 5, column 6; row 6, column 4; row 7, column 2. - Moving Right (R). The player is now at row 1, column 5. This grid is safe. - Moving Down (D). The player is now at row 2, column 5. This grid is safe. - Moving Down (D). The player is now at row 3, column 5. This grid is safe. - Moving Down (D). The player is now at row 4, column 5. This grid is the goal, so we stop here. 1. Right to row 1, column 5 (safe) 2. Down to row 2, column 5 (safe) 3. Down to row 3, column 5 (safe) 4. Down to row 4, column 5 (goal) Action plan: R,D,D,D