Uses of Package
checkers.model

Packages that use checkers.model
checkers.controller   
checkers.model   
checkers.view   
 

Classes in checkers.model used by checkers.controller
CheckersGame
          This class is a part of the main functionality of the checkers game.
 

Classes in checkers.model used by checkers.model
Board
          This class represents the board on which checkers is being played.
Move
          An object representation of a move.
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.
 

Classes in checkers.model used by checkers.view
Board
          This class represents the board on which checkers is being played.