bot.gen
Class DeadlyPlus

java.lang.Object
  extended bybot.gen.ExtraPainBoard
      extended bybot.gen.DeadlyPlus
All Implemented Interfaces:
BoardGenerator, ExtraPainBoardGenerator

public class DeadlyPlus
extends ExtraPainBoard
implements BoardGenerator

A simple maze where you can discern the forged key by the following rule: if there are two walls or two pits to the North and East, then the real key is to the West, otherwise it is to the south.

The extra-pain option throws more fake keys into the mix. The rule is then if there are two walls, two pits, or two fake keys to the North and East, then the real key is to the West. Otherwise it is to the south.


Constructor Summary
DeadlyPlus()
           
 
Method Summary
 Board generateBoard()
           
 
Methods inherited from class bot.gen.ExtraPainBoard
painOn, setExtraPain
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeadlyPlus

public DeadlyPlus()
Method Detail

generateBoard

public Board generateBoard()
Specified by:
generateBoard in interface BoardGenerator