[Karel] Unit3

SMALL

Unit3


Lesson3

Before After
151531504-69a2f97e-428c-4775-8ce4-638cd7657aeb.png
151531626-1ebb78cf-cbe4-4b7a-95aa-ed3455c4c8cc.png
function main(){
   move();
   move();
   move();
}

Lesson4

Before After
11.png
12.png
function turnRight(){
   turnLeft();
   turnLeft();
}

function main(){
   turnLeft();
   move();
   turnRight();
   move();
}

Lesson5

Before After
21.png
22.png
function main(){
   putBeeper();
   move();
   putBeeper();
   move();
   putBeeper();
   move();
   putBeeper();
}

Lesson6

Before After
31.png
33.png

function main() {
   move();
   pickBeeper();
   pickBeeper();
   pickBeeper();
   move();
}
LIST

'Algorithm > Karel' 카테고리의 다른 글

[Karel] Unit9  (0) 2022.05.23
[Karel] Unit8  (0) 2022.05.23
[Karel] Unit6  (0) 2022.05.23
[Karel] Unit5  (0) 2022.05.23
[Karel] Unit4  (0) 2022.05.23
XOG9.blog^-^