Package manager

Class Summary
Action  
AddAction  
Board This class is responsible to manage a Board for any kind of (Game).
CheckersGame This class extends the generic board game class Game to support a checkers game.
CheckersPiece This class implements the two kind of checkers piece (simple and checker).
ChessGame This class extends the generic board game class Game to support a chess game.
ChessPiece This class implements any chess piece.
DeflexionGame This class extends the generic board game class Game to support a deflexion game.
DeflexionPiece This class implements any deflexion piece.
Game This class is a generic class of Board Games.
GameStatus  
MoveAction  
MoveAndEatAction  
NullPiece This class extends the generic piece class Piece and is used to fill "empty cells".
Piece This class is a generic class of pieces for a Board Game Game.
Position  
RotateAction  
TEST_Board  
Tictactoe3DGame This class extends the generic board game class Game to support a tic tac toe game.
TictactoeGame This class extends the generic board game class Game to support a tic tac toe game.
TictactoePiece This class implements tic tac toe pieces (X or O).