Quizzma Latest Questions

function start() { turnLeft(); move4(); turnRight(); move2(); takeBall(); move(); turnRight(); move4(); turnLeft(); move3(); gP(); move3(); move3(); gP(); putBall(); } //allow move karel 4 times function move4(){ move(); move(); move(); move(); } function move2(){ move(); move(); } function gP(){ turnLeft(); turnLeft(); } function move3(){

turnLeft(); makeSide(); function turnRight(){ turnLeft(); turnLeft(); turnLeft(); } turnRight(); makeSide(); function makeSide(){ move(); putBall(); move(); putBall(); move(); putBall(); } goHome(); function goHome(){ turnRight(); move(); putBall(); move(); putBall(); move(); putBall(); turnLeft(); turnLeft(); turnLeft(); move(); move(); move(); turnLeft(); turnLeft(); }