A starcraft bot that plays Zerg and beats the default AI
Go to file
2023-12-02 11:04:28 -06:00
KoraBotTest remove unnecessary Release folder files, clean up Mmilitary.cpp more 2023-04-11 21:21:27 -05:00
packages/gmock.1.11.0
Source make checkEnemiesAt radius smaller, add Util::getQueueIndex, setDefenseLocation doesn't compare an area to itself anymore 2023-12-02 11:04:28 -06:00
.gitignore
KoraBot.sln
KoraBot.vcxproj
KoraBot.vcxproj.filters
KoraBot.vcxproj.user
README.md add some info to the readme 2023-09-14 11:18:50 -05:00

Kora bot is a Starcraft bot made using 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.