antichess.ai
Class AntichessAI

java.lang.Object
  extended by antichess.ai.MinimaxAI<ChessMove,AntichessBoard>
      extended by antichess.ai.AntichessAI
All Implemented Interfaces:
GameAI<ChessMove,AntichessBoard>

public class AntichessAI
extends MinimaxAI<ChessMove,AntichessBoard>

AntichessAI implements an Antichess AI


Constructor Summary
AntichessAI()
           
 
Method Summary
 
Methods inherited from class antichess.ai.MinimaxAI
findMove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntichessAI

public AntichessAI()