bot.gen
Class BigBlobbyRoom
java.lang.Object
bot.gen.ConfigurableBoard
bot.gen.Room
bot.gen.BigRoom
bot.gen.BigBlobbyRoom
- All Implemented Interfaces:
- BoardGenerator, ConfigurableBoardGenerator
- Direct Known Subclasses:
- BigBlobbyContestBoards
- public class BigBlobbyRoom
- extends BigRoom
- implements BoardGenerator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BigBlobbyRoom
public BigBlobbyRoom()
fillGaps
public void fillGaps(Board b,
Point p)
prune
public int prune(Board b)
- Returns number of empty squares.
generateBoard
public Board generateBoard()
- Specified by:
generateBoard in interface BoardGenerator- Overrides:
generateBoard in class BigRoom