bot.gen
Class GhostMaze
java.lang.Object
bot.gen.ConfigurableBoard
bot.gen.Room
bot.gen.GhostMaze
- All Implemented Interfaces:
- BoardGenerator, ConfigurableBoardGenerator
- public class GhostMaze
- extends Room
- implements BoardGenerator
A room with a few ghosts in it (which are actors that poke() any
pokable bots.
- See Also:
Pokable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GhostMaze
public GhostMaze()
generateBoard
public Board generateBoard()
- Specified by:
generateBoard in interface BoardGenerator- Overrides:
generateBoard in class Room