Karel 2.1.1 - hangTheLampions

PHOTO EMBED

Thu Aug 11 2022 10:15:48 GMT+0000 (Coordinated Universal Time)

Saved by @bibberhug

void hangTheLampions(){
    
    repeat(10)
    {
        pickBeeper();
        turnLeft();      
        
        while(frontIsClear()){moveForward();}
        dropBeeper(); turnAround(); 
        
        while(frontIsClear()){moveForward();}
        turnLeft(); if(frontIsClear()){moveForward();}
    }
}
content_copyCOPY