Media Summary: Block programmering Lösningsförslag till Program repeat until end do if path to the left turn left if path ahead move forward else turn right. JavaScript: while (notDone()) { if (isPathLeft()) { turnLeft(); } moveForward(); if (isPathLeft()) { turnLeft(); } moveForward(); ...
Solving Blockly Maze Level 10 - Detailed Analysis & Overview
Block programmering Lösningsförslag till Program repeat until end do if path to the left turn left if path ahead move forward else turn right. JavaScript: while (notDone()) { if (isPathLeft()) { turnLeft(); } moveForward(); if (isPathLeft()) { turnLeft(); } moveForward(); ... this is the screen capture version, the original link is: Thanks for watching!