Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 330 Bytes

1.4.1 stealOlympicFire.md

File metadata and controls

21 lines (20 loc) · 330 Bytes

1.4.1 stealOlympicFire

void stealOlympicFire() {
    moveForward();
    repeat (6) {
        turnLeft();
        moveForward();
        turnRight();
        moveForward();
    }
    pickBeeper();
    moveForward();
    turnRight();
    repeat (6) {
        moveForward();
    }
    turnLeft();
    moveForward();
}