bot.gen
Class AngelCrowds
java.lang.Object
bot.gen.AngelCrowds
- All Implemented Interfaces:
- BoardGenerator, Serializable
- Direct Known Subclasses:
- ConfusedAngelCrowds
- public class AngelCrowds
- extends Object
- implements Serializable, BoardGenerator
NOTE: Implements serializable so the angels on the board can be
serializable as well.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
passQ
public static String[] passQ
passA
public static String[] passA
AngelCrowds
public AngelCrowds()
generateBoard
public Board generateBoard()
- Specified by:
generateBoard in interface BoardGenerator
addSquare
protected void addSquare(Board b,
int xcor,
int ycor)