bot.gen
Class DeadlyPlus
java.lang.Object
bot.gen.ExtraPainBoard
bot.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeadlyPlus
public DeadlyPlus()
generateBoard
public Board generateBoard()
- Specified by:
generateBoard in interface BoardGenerator