Package core

Class Summary
Game A mutable class containing all the information about a game.
HumanPlayer A stub class to identify the human players (for ui's)
Move A Move represents a single player's move on a board.
Piece A Piece represents a state of the board.
Player Represents an abstract player that can make moves.
Position Position on the board.
PowerupHelper  
 

Enum Summary
Color  
GameOver An enum with a user readable message about what why someone won.
 

Exception Summary
GameLoadException An exception with a user readable error message about what went wrong with loading a file.