Rescuer: Extension

This is the third challenge within the Robotics with GoPiGo and Python Curriculum.

Your task is to design a robot program that can navigate through the maze-like jungle without trampling over any plants or getting stuck in any dead ends.

Learn how to use the Distance Sensor and practice using the left-hand rule of maze-solving.

1. Test In Reverse

When you have successfully navigated the maze going forwards, why not try running it in reverse by placing the robot at the exit instead of the entrance and selecting Cell >> Run All Cells from the top menu.

Can your robot successfully navigate the maze in reverse to reach the entrance?