Example #1
0
        public Simulation()
        {
            NumberOfGamesToExecute = 1000;
            _aiFactory = new AIFactory();

        }
Example #2
0
 public Simulation()
 {
     NumberOfGamesToExecute = 1000;
     _aiFactory             = new AIFactory();
 }