Пример #1
0
        public void SetUp()
        {
            Randomizer.Use(new FixedRandom(new[] { 0.1f, 0.6f, 0.7f, 0.2f }));
            var logic = new HumanVsDumbAiLogic(BoardTests.Width, BoardTests.Height);

            humanVsAiLogicTests = new HumanVsAiLogicTests(logic);
        }
		public void SetUp()
		{
			Randomizer.Use(new FixedRandom(new[] { 0.1f, 0.6f, 0.7f, 0.2f }));
			var logic = new HumanVsSmartAiLogic(BoardTests.Width, BoardTests.Height);
			humanVsAiLogicTests = new HumanVsAiLogicTests(logic);
		}