Package game

The main class of this package is Board, which represents a checkerboard for any kind of checkerboard game -- checkers, chess, etc.

See:
          Description

Interface Summary
BoardListener BoardListener is an interface for observers of changes to a Board.
Piece Piece represents an immutable playing piece on a board.
 

Class Summary
Board Board represents the state of a checkerboard.
PieceLocation PieceLocation represents a Piece in a particular square on a particular board.
 

Package game Description

The main class of this package is Board, which represents a checkerboard for any kind of checkerboard game -- checkers, chess, etc.