Media Summary: JavaScript: while (notDone()) { if (isPathLeft()) { turnLeft(); } moveForward(); if (isPathLeft()) { turnLeft(); } moveForward(); ... My Playing Cards Are Available Here: Angry Walter: Today I'm going to ... Learn coding step-by-step with Google Blockly
Solving The Level 10 Maze - Detailed Analysis & Overview
JavaScript: while (notDone()) { if (isPathLeft()) { turnLeft(); } moveForward(); if (isPathLeft()) { turnLeft(); } moveForward(); ... My Playing Cards Are Available Here: Angry Walter: Today I'm going to ... Learn coding step-by-step with Google Blockly Program repeat until end do if path to the left turn left if path ahead move forward else turn right. this is the screen capture version, the original link is: Thanks for watching!