suvorov-bot
suvorov-bot copied to clipboard
Starcraft 2 rule-based bot capable to play for all races.
If we have resources for the slow queue, but can't build something e.g. because some tech requirements not met, the fast queue will continue to spend minerals. Such behavior leads...
We always have to many workers on minerals because e.g. one or two gone to build something. Ideally, the bot should: - [] Has a kind of max workers limit....
It could be good for development/testing and just fun to play against a bot. Should be available out of the box. `cpp-sc2/examples/bot_mp.cc` contains more details regarding the topic.
* Focus fire. * Target selection using priorities. * Shoot and step back * Shoot and step forward.
Sent overlords to various map regions to control territory and provide additional vision.
Identify which strategies are better against which opponents (simply did we win or lose), store the results and use in the future for the strategy selection.