From 55c78f610b5d41d99b924a1baacd544aaff8c2f0 Mon Sep 17 00:00:00 2001 From: A Date: Thu, 14 Sep 2023 11:18:50 -0500 Subject: [PATCH] add some info to the readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e69de29..9a214e0 100644 --- a/README.md +++ b/README.md @@ -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. +