A starcraft bot that plays Zerg and beats the default AI
Go to file
A 10a15f585a make checkEnemiesAt radius smaller, add Util::getQueueIndex, setDefenseLocation doesn't compare an area to itself anymore 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
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
packages/gmock.1.11.0 initial commit 2023-04-10 18:31:02 -05:00
.gitignore add more files to .gitignore, continue clean up of files and functions 2023-04-11 12:56:09 -05:00
KoraBot.sln initial commit 2023-04-10 18:31:02 -05:00
KoraBot.vcxproj add more files to .gitignore, continue clean up of files and functions 2023-04-11 12:56:09 -05:00
KoraBot.vcxproj.filters initial commit 2023-04-10 18:31:02 -05:00
KoraBot.vcxproj.user initial commit 2023-04-10 18:31:02 -05:00
README.md add some info to the readme 2023-09-14 11:18:50 -05:00

README.md

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.