Goal
Get the robot (arrow) to reach the goal (circle)Operation
Input a sequence of commands to move the robot. The robot can move forward (F), backward (B), turn left (L) and turn right (R). You can also repeat a sequence of commands by wrapping it in X and specifying the number of times to repeat (e.g. XFB3). The robot can't move through blocks (gray squares) or go outside the map.
Press [Run] to run the code.Challenge
Try to get the robot to the goal in as few steps as possible.