Exemplo n.º 1
0
 private static bool NotComplete()
 {
     return(timeRecorder.GetTotalMilliSeconds() <= MaxMilliSecs ||
            depth <= targetDepth);
 }
Exemplo n.º 2
0
 public void OnEachMoveEnd(ChessBoard chessBoard)
 {
     ++moveCount;
     totalMoveMilliSeconds += moveTimeRecorder.GetTotalMilliSeconds();
 }