Package edu.columbia.cs.cs1007.checkers

Class Summary
Board A checkers board.
Checkers A game of checkers.
Constants Constants used by the checkers game.
Move Implementation of a move of the checker board.
Piece Implementation of a checkers piece.
Player Implementation of a checkers player.
Square This class implements a square of the checkers board.
 

Enum Summary
Constants.HORIZONTAL_DIRECTION  
Constants.PIECE_COLOR  
Constants.PLAYER_STRATEGY  
Constants.SQUARE_COLOR  
Constants.VERTICAL_DIRECTION