Learn Robotics

Challenge: Maze Runner

Output
Run your code to see output here...
Goals: 0/0
Simple Maze
Find your way through walls to reach the goal.
Quick Reference
robot.move(speed, sec)
robot.turn(deg, sec)
robot.stop()
robot.wait(sec)
robot.scan()
robot.get_position()

Maze Runner

intermediate

Find your way through the maze to reach the goal in the bottom-right corner.

Max: 60s