Blockly Games Maze level 10 solution

preview_player
Показать описание
JavaScript:
while (notDone()) {
if (isPathLeft()) {
turnLeft();
}
moveForward();
if (isPathLeft()) {
turnLeft();
}
moveForward();
if (isPathRight()) {
turnRight();
moveForward();
}
}
Рекомендации по теме
join shbcf.ru