1.9.5: Marathon Karel, 1.9.6: Take 'em All, 1.9.7: Dizzy Karel, 1.9.8: For Loop Square, 1.9.9: Lots of Hurdles
Code for these lessons:
1.9.5: Marathon Karel
- public void run(){
- for(int i = 0; i < 26; i++){
- move();
- }
- }
1.9.6: Take 'em All
- public void run(){
- move();
- for(int i = 0; i < 100; i++){
- takeBall();
- }
- move();
- }
1.9.7: Dizzy Karel
- public void run(){
- for(int i = 0; i < 32; i++){
- turnLeft();
- }
- }
1.9.8: For Loop Square
- public void run(){
- for(int i = 0; i < 4; i++){
- putBall();
- move();
- turnLeft();
- }
- }
1.9.9: Lots of Hurdles
- public void run(){
- for(int i = 0; i < 5; i++){
- move();
- move();
- turnLeft();
- move();
- turnRight();
- move();
- turnRight();
- move();
- turnLeft();
- }
- }
loop sqaure doesnt work for me ??
ReplyDeletelol k
Deletehigger
DeleteNo swearing on my Christensen mine craft sever
DeleteThese do not work and it says that the public void is not right and it says unexpected token when I try to put it in another way
Deleteyou dont know how to spell
Deleteok and
Deletethis shiz dont work
Deletethis is so wrong babe
Deletechange it from public void to function start()
Deletewell stop it
ReplyDeletewhy dose the dizzy karel not work? unexpected void, what the hell dose that mean.
Deletethe void run doesnt work
ReplyDeletebeep
DeleteREEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
Deleteoh okay
ReplyDeletelol
ReplyDeletehi guy crazy
ReplyDeletethat's wild:)
ReplyDeletei like bacon on my fries drizzled in dry semen
ReplyDeleteDude your cool :)
DeleteThx
ReplyDeletefor loop square
ReplyDeletefunction start(){
putBall();
turnLeft();
move();
putBall();
turnRight();
move();
putBall();
turnRight();
move();
putBall();
turnRight();
move();
turnRight();
turnRight();
for(var i = 0; i < 4; i++){
takeBall();
putBall();
}
}
LOTS OF HURDLES
ReplyDeletefunction start(){
for(var i = 0; i < 5; i++){
move();
move();
jumpHurdle();
}
}
function jumpHurdle(){
turnLeft();
move();
turnRight();
move();
turnRight();
move();
turnLeft();
}
TAKE EM ALL (thank me later)
ReplyDeletefunction start(){
move();
for(var i = 0; i < 200; i++){
takeBall();
}
move();
}
can i get more
Deletei need more plzz
ReplyDeletei need this do more pls
ReplyDeletewhers 9.10
ReplyDeleteidk man but covid hit hard
Delete1.9.9: Lots of Hurdles
ReplyDeletepublic class HurdlesKarel extends SuperKarel
{
private void start()
{
for(int i = 0; i < 5; i++)
{
move();
move();
jumpHurdle();
}
}
private void jumpHurdle()
{
turnLeft();
move();
turnRight();
move();
turnRight();
move();
turnLeft();
}
}
Follow me on twitch Twitch.tv/Fugayse
ReplyDelete