Exemplo n.º 1
0
 public LocalChessGame( )
 {
     _validator = new ChessToolValidate(new ChessGame());
 }
Exemplo n.º 2
0
 public ChessGameWithPC( )
 {
     _validator = new ChessToolValidate(new ChessDotNet.ChessGame());
     _ai        = new ChessAI();
     level      = Config.Get().BotLevel;
 }