Class Main4

java.lang.Object
  |
  +--Main4

public class Main4
extends Object

Main4 contains the main method for exercise 2.4. The main method is fully implemented. Do not make any changes to the code.


Constructor Summary
Main4()
           
 
Method Summary
static void main(String[] args)
          Creates a maze of 7*7 rooms and tries to move a SimpleRobot from room (0, 6) to toom (5, 0).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main4

public Main4()
Method Detail

main

public static void main(String[] args)
Creates a maze of 7*7 rooms and tries to move a SimpleRobot from room (0, 6) to toom (5, 0).
Parameters:
args - is ignored.