Edison Robot is inside a maze, trying to find all four orange bases, avoiding 5 randomly placed obstacles
This simulates the Edison Robot with two obstacle sensors and a sensor on the bottom that can detect when it is over a base. The robot is programmed with simple behaviours to follow when it detects an object ahead or to the right. The algorithm is really basic. See if you can improve it.