Пример #1
0
 public MediumMinimaxPlayer(Game.Player playerType, int depth)
     : base(playerType, depth)
 {
     evaluation = new Evaluation(playerType);
 }