bot.gen
Class DoorBoard
java.lang.Object
bot.gen.MarkerChain
bot.gen.Winder
bot.gen.DoorBoard
- All Implemented Interfaces:
- BoardGenerator
- public class DoorBoard
- extends Winder
- implements BoardGenerator
Just like Winder, except the bot needs to stop at the next corner
after finding the key in a random place in the maze. Uses
ExitBoard.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoorBoard
public DoorBoard()
generateBoard
public Board generateBoard()
- Specified by:
generateBoard in interface BoardGenerator- Overrides:
generateBoard in class Winder