Spawn bots based on current population
Opened this issue · 0 comments
tim-we commented
Bot spawning is currently done in game/ai/bot/BotFactory.java. Its spawns different bots with different probabilities.
Different bots however have different chances of survival. Therefore we should spawn bots based on the current (bot) population and spawn those of which we currently have too few.