forked from davechurchill/ualbertabot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1961f8
commit 7bb77b3
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,11 @@ UAlbertaBot - StarCraft AI Competition Bot | |
|
||
Author: David Churchill ([email protected]) | ||
|
||
Please check out the [Wiki](https://github.com/davechurchill/ualbertabot/wiki) for full instructions and documentation! | ||
Update: Feb 27, 2020 | ||
- UAlbertaBot now uses VS2019 | ||
- UAlbertaBot now uses BWAPI 4.4.0 | ||
- UAlbertaBot no longer uses BWTA - it is replaced with the custom BaseLocationManager from CommandCenter | ||
|
||
Please consider the code in this repository as unstable research code. Stable releases can be found in the [stable release section](https://github.com/davechurchill/ualbertabot/tree/master/binary_stable_releases). Note that the instructions included in the wiki may not be correct for older binary releases. | ||
Please check out the [Wiki](https://github.com/davechurchill/ualbertabot/wiki) for full instructions and documentation! | ||
|
||
NOTE: If you're looking for a StarCraft II bot please check out [CommandCenter](https://github.com/davechurchill/commandcenter/) |