Karel 2.1.2 - followTheSeeds

PHOTO EMBED

Thu Aug 11 2022 10:16:17 GMT+0000 (Coordinated Universal Time)

Saved by @bibberhug

void followTheSeeds(){
    
    repeat(65)
    {
        if(beeperAhead())
        {
            moveForward();
            pickBeeper();
        }
        else {turnLeft();}
    }
}
content_copyCOPY