More Features
Forever loop
What if you want your robot to drive forwards and turn right forever?
Well… Until the battery dies.
Try it out
Try this program with your own robot.
Repeat
What about repeating just 3 times?
Example
In this case you would use a repeat loop.
Try this program.
Challenge: Infinity Loop
Program your robot to drive in a
figure 8 motion which repeats forever.
Challenge: Star-Struck
Program your robot to trace a single five-point star.
You must use a loop in your program.
Challenge: Maze Navigator
Create a maze and program your robot to finish it.