Class Main2

java.lang.Object
  |
  +--Main2

public class Main2
extends Object

Main2 contains the main method for exercise 2.2. The main method is fully implemented; thus, do not make any changes to this code.


Constructor Summary
Main2()
           
 
Method Summary
static void main(String[] args)
          Creates a maze of 7*2 rooms and moves a MarchingRobot in the maze.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main2

public Main2()
Method Detail

main

public static void main(String[] args)
Creates a maze of 7*2 rooms and moves a MarchingRobot in the maze.
Parameters:
args - is ignored.