Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davechurchill/ualbertabot
UAlbertaBot
https://github.com/davechurchill/ualbertabot
Last synced: 3 months ago
JSON representation
UAlbertaBot
- Host: GitHub
- URL: https://github.com/davechurchill/ualbertabot
- Owner: davechurchill
- License: mit
- Created: 2014-09-11T17:18:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T09:19:22.000Z (over 1 year ago)
- Last Synced: 2024-04-08T05:34:40.544Z (7 months ago)
- Language: C++
- Homepage: http://www.cs.mun.ca/~dchurchill/
- Size: 62.2 MB
- Stars: 512
- Watchers: 49
- Forks: 177
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
- awesome-starcraftAI - [GitHub
README
**UAlbertaBot** - StarCraft AI Competition Bot - David Churchill ([email protected])
**Update: 2021**
- UAlbertaBot is not being actively maintained since early 2021**Update: Feb 28, 2020**
- UAlbertaBot now uses VS2019
- UAlbertaBot now uses BWAPI 4.4.0. To get it to compile, you have to compile BWAPI.lib and BWAPIClient.lib with VS2019 and put them in the BWAPI_INSTALL_DIR/lib/ folder
- UAlbertaBot no longer uses BWTA - it is replaced with the custom BaseLocationManager from CommandCenter
- UAlbertaBot now uses the Client .exe compilation method instead of module DLL
- The bot will only work for the first game played after the .exe is run, so AUTO_RESTART won't work well. I'll fix this later
- You can download StarCraft 1.16.1 here: http://ftp.blizzard.com/pub/broodwar/patches/PC/BW-1161.exePlease 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/)