A starcraft bot that plays Zerg and beats the default AI
Go to file
A 55c78f610b add some info to the readme 2023-09-14 11:18:50 -05:00
KoraBotTest remove unnecessary Release folder files, clean up Mmilitary.cpp more 2023-04-11 21:21:27 -05:00
Source add likelihoodToAttack as params for a bunch of analysis functions, add a couple to dos, add a few more params for analyzeMuta and analyzeZergling to consider 2023-04-13 19:43:30 -05: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.