Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
i saw you guys cheating with this vid
no u didn't
thanks bro ini sangat membantu
Спасибо
Thank u so much this is helpful
Not even i can believe that there is a really expert programer
Nice
9 lines solution for 10:if (getX() < 50 && getY() < 80 && noWorm()) { heading(75);} else if (getX() < 80 && noWorm()) { heading(315);} else if (getX() > 40 && getY() < 90) { heading(120);} else if (getX() > 20) { heading(255);}
Tabem fiz algo diferente que não ficou exatamente assim mais também funciona e é curta:If (noWorm( ) && getX( ) < 40 && getY( ) < 85) { heading(75);} else if (noWorm( ) && getX( ) < 80) { heading(325);} else if (getX( ) > 37 && getY( ) < 98) { heading (135);} else { heading(260);}
for 8 this also will work : if (getX() < 50) { heading(45);} else if (noWorm()) { heading(315);} else if (getY() < 50) { heading(135);} else { heading(45);}
change else to 180 and it work
thanks, it gave me headaches hahaha
man muss ohne video studiren gefühlt
Wow dude really thanks for helping me
Valeu me achudou a sera
another solution for 8:if (getX() > 50 && noWorm()) { heading(315);} else if (getX() > 50 && getY() < 50) { heading(135);} else { heading(45);}
Aaj nahin a Rahi
Class 3
i saw you guys cheating with this vid
no u didn't
thanks bro ini sangat membantu
Спасибо
Thank u so much this is helpful
Not even i can believe that there is a really expert programer
Nice
9 lines solution for 10:
if (getX() < 50 && getY() < 80 && noWorm()) {
heading(75);
} else if (getX() < 80 && noWorm()) {
heading(315);
} else if (getX() > 40 && getY() < 90) {
heading(120);
} else if (getX() > 20) {
heading(255);
}
Tabem fiz algo diferente que não ficou exatamente assim mais também funciona e é curta:
If (noWorm( ) && getX( ) < 40 &&
getY( ) < 85) {
heading(75);
} else if (noWorm( ) && getX( ) < 80) {
heading(325);
} else if (getX( ) > 37 && getY( ) < 98) {
heading (135);
} else {
heading(260);
}
for 8 this also will work : if (getX() < 50) {
heading(45);
} else if (noWorm()) {
heading(315);
} else if (getY() < 50) {
heading(135);
} else {
heading(45);
}
change else to 180 and it work
thanks, it gave me headaches hahaha
man muss ohne video studiren gefühlt
Wow dude really thanks for helping me
Valeu me achudou a sera
another solution for 8:
if (getX() > 50 && noWorm()) {
heading(315);
} else if (getX() > 50 && getY() < 50) {
heading(135);
} else {
heading(45);
}
Aaj nahin a Rahi
Class 3