public MediumMinimaxPlayer(Game.Player playerType, int depth) : base(playerType, depth) { evaluation = new Evaluation(playerType); }