Class Main3
java.lang.Object
|
+--Main3
- public class Main3
- extends Object
Main3
contains the main method for exercise 2.3. The
main method is fully implemented. Do not make any changes to the
code.
Constructor Summary |
Main3()
|
Method Summary |
static void |
main(String[] args)
Crates a maze of 4*4 rooms and tries to move a
RandomRobot from room (0, 3) to toom (3, 3). |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Main3
public Main3()
main
public static void main(String[] args)
- Crates a maze of 4*4 rooms and tries to move a
RandomRobot
from room (0, 3) to toom (3, 3).
- Parameters:
args
- is ignored.