bot.gen
Class BigBlobbyContestBoards

java.lang.Object
  extended bybot.gen.ConfigurableBoard
      extended bybot.gen.Room
          extended bybot.gen.BigRoom
              extended bybot.gen.BigBlobbyRoom
                  extended bybot.gen.BigBlobbyContestBoards
All Implemented Interfaces:
BoardGenerator, ConfigurableBoardGenerator

public class BigBlobbyContestBoards
extends BigBlobbyRoom
implements BoardGenerator

This will run the same big blobby room that it generated at start over and over again.


Field Summary
 
Fields inherited from interface bot.ConfigurableBoardGenerator
BIG, DEFAULT_DIFFICULTY, EASY, HARD, MEDIUM, SMALL, TRIVIAL, VERY_HARD
 
Constructor Summary
BigBlobbyContestBoards()
           
 
Method Summary
 Board generateBoard()
           
 
Methods inherited from class bot.gen.BigBlobbyRoom
fillGaps, prune
 
Methods inherited from class bot.gen.Room
makeRoom, makeRoom
 
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

BigBlobbyContestBoards

public BigBlobbyContestBoards()
Method Detail

generateBoard

public Board generateBoard()
Specified by:
generateBoard in interface BoardGenerator
Overrides:
generateBoard in class BigBlobbyRoom