Exercice : Mini Challenge

Mini Challenge 2: Square Lap 2

Modify your Challenge program from the "Looped Movement" (previous lesson) section so that the robot stops after completing exactly one lap around the box.

Do not write each movement by hand -- use a Loop!

Question

Program your robot to make just one lap around the box.

Indice

Hint 1: Think about how many repeated movements are needed to make 1 square lap.

Indice

Hint 2: For each side of the box, the robot moves forward and makes a right turn.