Package model

Class Summary
Cell ADT Cell which depicts a square, one of the 64 in a chessboard.
CellTest  
ChessBoard ADT ChessBoard is responsible for portraying the chess board where the game is played.
ChessBoardTest  
 

Exception Summary
IllegalCellException This class describes the error that occurs when an illegal cell is passed as parameter.