Exemplo n.º 1
0
 public void TestStart()
 {
     BestMoverChecker = new BestMoveDepthSearch();
 }
Exemplo n.º 2
0
 public void TestStart()
 {
     BestMoverChecker             = new BestMoveDepthSearch();
     scoreCalculator              = new StandardScoreCalculator();
     Constants.BonusPoints.Points = new List <(int, int)>();
 }
 public void TestStart()
 {
     BestMoverChecker = new BestMoveDepthSearch();
     CreatedSprites.Clear();
 }