Package ai.alphabeta

Interface Summary
GameInterface The GameInterface contains common parameters, which are used by many classes.
NodeModel The NodeModel is used by the AlphaBeta.
 

Class Summary
AlphaBeta A class for alpha-beta searching. Will return the best move for given situation and player, as calculated by the alpha-beta search algorithm with given search depth.
Move The Move class represents a move.