Package othello.board

Interface Summary
BoardParameters Class BoardParameters contains common parameters for the Othello board. The interface is used for classes that needs these common parameters for the Othello board.
 

Class Summary
BoardState The BoardState contains the states for the Othello-board.
BoardStateMgr The BoardStateMgr contains all old states, and the current state for a game.
BoardValues The BoardValues contains a smart implementation of how to calculate the values of a certain state of the game Othello.
OthelloMove The Move class represents a move.
Token The Token class represents a token (row, col, player).