Example #1
0
 public void SetupNewGame(IEnumerable <ICompetitor> competitors)
 {
     _antWarsViewModel.SplashScreenVisible = Visibility.Collapsed;
     Reset();
     BattlegroundService.CreateBattleground(20, 20, _antWarsViewModel);
     _botService.AddBots(competitors);
 }