add some info to the readme

This commit is contained in:
A 2023-09-14 11:18:50 -05:00
parent c22cfd8170
commit 55c78f610b
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
**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.