Package checkers.model

Class Summary
Board This class represents the board on which checkers is being played.
CheckersGame This class is a part of the main functionality of the checkers game.
ForceJumpValidator This class is used to check for force jumps.
Move An object representation of a move.
NetPacket Data Packet to be sent over the network.
Piece This is an abstract class representing any piece that know about it's color and possible moves and captures
Rules This class is used to check the validity of the moves made by the players.