Uses of Class
suicideChess.Board

Uses of Board in suicideChess
 

Methods in suicideChess with parameters of type Board
 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.
 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.