Package boardgame

Interface Summary
BoardPanel.BoardPanelListener Interface for objects requesting move inputs from a BoardPanel
 

Class Summary
Board Abstract base class for board representations.
BoardPanel Base class for panels used to display boards.
Client Boardgame player client code.
HumanPlayer Abstract class to run human client with GUI.
Move Abstract base class for moves.
Player Base class for a board game player.
Server Generic boardgame server.
ServerGUI GUI for the server.