Class MazeWorld

java.lang.Object
  |
  +--simworldobjects.BasicSimWorld
        |
        +--MazeWorld
All Implemented Interfaces:
SimWorld

public class MazeWorld
extends BasicSimWorld

Models a simple world with a 'maze' of walls

Author:
Graham Ritchie

Constructor Summary
MazeWorld()
          Creates the MazeWorld
 
Methods inherited from class simworldobjects.BasicSimWorld
addObject, colliding, getBrightness, getObjectList, getTime, hasObstacle, tick, updateObjects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MazeWorld

public MazeWorld()
Creates the MazeWorld