kora-bot/README.md

7 lines
447 B
Markdown
Raw Permalink Normal View History

2023-09-14 16:18:50 +00:00
**Kora bot** is a Starcraft bot made using [BWAPI](https://github.com/bwapi/bwapi). It plays a macro game focused on reacting to the enemy's strategy until it gets big enough to attack.
It works by analyzing it and its enemy's resources, units, and positions along with the map and game time to determine what to build, when to expand, and when to attack. Those decisions are then executed in a particular order using a priority queue.