Esempio n. 1
0
 public void TestStart()
 {
     BestMoverChecker = new BestMoveDepthSearch();
 }
Esempio 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();
 }