Esempio n. 1
0
        public Simulation()
        {
            NumberOfGamesToExecute = 1000;
            _aiFactory = new AIFactory();

        }
Esempio n. 2
0
 public Simulation()
 {
     NumberOfGamesToExecute = 1000;
     _aiFactory             = new AIFactory();
 }