User Tools

Site Tools


try_running_these_student_made_mazes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
try_running_these_student_made_mazes [2021/09/04 11:28] – [2021] frchristry_running_these_student_made_mazes [2021/09/04 11:30] – [2020] frchris
Line 26: Line 26:
 public class PCMaze implements Directions { public class PCMaze implements Directions {
     public static void task() {     public static void task() {
-        Robot robby = new Robot(1, 1, East, 0); +        MazeWalker robby = new MazeWalker(1, 1, East, 0); 
-        // Place the code to run the maze here+        robby.escapeMaze();
         robby.turnOff();         robby.turnOff();
    
try_running_these_student_made_mazes.txt · Last modified: 2022/09/05 11:57 by frchris

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki