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