suvorov-bot
suvorov-bot copied to clipboard
Starcraft 2 rule-based bot capable to play for all races.
Hi, if you are reading this is because you pretty likely want to participate in the development of this bot and curious about how to start. ## What can I...
Preemptively attack early scout-worker. Partly satisfies "Retaliate to early scout's (worker's) attack", but does not wait until attacked.
If gas oversaturated, remove from busy_workers and call DistributeWorker. If gas under-saturated and any base is mineral-oversaturated, send one of those mineral workers to that gas. I think this can...
Happens when we have open gates which report idleUnit event each turn.
We constantly have too many workers (e.g. 5 instead of 3) gathering the same refinery.
In order to fix #37, we need to be able to accurately estimate our immediate income rate, future income rate, and predict how long it will be before we can...
Strategy should pass settings into plugins during plugins creation. alkurbatov: "a. We definitely need to know which strategy to use in advance. As a result, the strategy should always be...