Uses of Interface
ai.alphabeta.GameInterface

Packages that use GameInterface
ai.alphabeta   
 

Uses of GameInterface in ai.alphabeta
 

Classes in ai.alphabeta that implement GameInterface
 class 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.