bot.gen
Class AngelCrowds

java.lang.Object
  extended bybot.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

Field Summary
static String[] passA
           
static String[] passQ
           
 
Constructor Summary
AngelCrowds()
           
 
Method Summary
protected  void addSquare(Board b, int xcor, int ycor)
           
 Board generateBoard()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

passQ

public static String[] passQ

passA

public static String[] passA
Constructor Detail

AngelCrowds

public AngelCrowds()
Method Detail

generateBoard

public Board generateBoard()
Specified by:
generateBoard in interface BoardGenerator

addSquare

protected void addSquare(Board b,
                         int xcor,
                         int ycor)