Uses of Class
suicideChess.Board

Uses of Board in suicideChess
 

Methods in suicideChess with parameters of type Board
 Move ComputerPlayer.doMove(Board bitboard)
          This asks the computer to compute a move
static void Rules.legalMovesForPlayer(Board board, int color)
          Computes the possible moves according to the current status of the Board and the color of the current player.
static void Rules.legalMovesFromSquare(Square fromSquare, Board board)
          Computes the possible moves from a given Square according to the current status of the Board
 

Constructors in suicideChess with parameters of type Board
Move(java.lang.String move, Board board)
          This is the constructor of the class.