Preview:
void cleanTheTunnels(){
    
    repeat(20){
        
        if(onBeeper())
        {
            turnLeft();
            pickBeeper();
            
            while(beeperAhead()) {
                moveForward();
                pickBeeper();    }
            
            turnAround();
            
            while(frontIsClear()) {
                moveForward();    }
            
            turnLeft();
        }
        else { if(frontIsClear()) { moveForward(); } }
    }
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter