B C E F G I M N P R S T V W

P

Piece - Class in edu.columbia.cs.cs1007.checkers
Implementation of a checkers piece.
Piece(Constants.PIECE_COLOR) - Constructor for class edu.columbia.cs.cs1007.checkers.Piece
Constructor.
Piece() - Constructor for class edu.columbia.cs.cs1007.checkers.Piece
Constructor that creates an "empty" piece.
Piece(Piece) - Constructor for class edu.columbia.cs.cs1007.checkers.Piece
Constructor.
placePiece(Piece, int, int) - Method in class edu.columbia.cs.cs1007.checkers.Board
Place a piece into the specified position.
Player - Class in edu.columbia.cs.cs1007.checkers
Implementation of a checkers player.
Player(Constants.PIECE_COLOR, Constants.PLAYER_STRATEGY) - Constructor for class edu.columbia.cs.cs1007.checkers.Player
Constructor.
Player(Constants.PIECE_COLOR) - Constructor for class edu.columbia.cs.cs1007.checkers.Player
Constructor that defaults to the "choose first available move" strategy.

B C E F G I M N P R S T V W