Welcome to the Example Maze!
Your goal is to collect the apple in the end of the maze.
robot API to move.await robot.moveForward();
This will move the robot forward by one step.
await robot.pickup();
want to speed things up?
robot.setSpeed(100)
This will collect the apple if the robot is standing on it.