bot.gen
Class EatenLooper

java.lang.Object
  extended bybot.gen.ConfigurableBoard
      extended bybot.gen.Looper
          extended bybot.gen.EatenLooper
All Implemented Interfaces:
BoardGenerator, ConfigurableBoardGenerator, ExtraPainBoardGenerator

public class EatenLooper
extends Looper
implements BoardGenerator

Make a big maze with loops and crannies. Adds big holes to make it like a big room for the Sniffer. Use Looper's extra pain for this instead.


Field Summary
 
Fields inherited from interface bot.ConfigurableBoardGenerator
BIG, DEFAULT_DIFFICULTY, EASY, HARD, MEDIUM, SMALL, TRIVIAL, VERY_HARD
 
Constructor Summary
EatenLooper()
          Deprecated.  
 
Method Summary
 Board generateBoard()
          Deprecated.  
 
Methods inherited from class bot.gen.Looper
generateEatenBoard, painOn, setExtraPain
 
Methods inherited from class bot.gen.ConfigurableBoard
getDifficulty, getDifficulty, getDifficulty, getRandomizedDifficulty, setDifficulty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EatenLooper

public EatenLooper()
Deprecated. 
Method Detail

generateBoard

public Board generateBoard()
Deprecated. 
Specified by:
generateBoard in interface BoardGenerator
Overrides:
generateBoard in class Looper