

To Compile:
- Bwapi 4.1.2 & BWTA (set environment viariables with names BWAPI_DIR & BWTA_DIR)
- Open src/CDBot/VisualStudio/CDBot.sln in VS2013
- Select Release mode
- Build the CDBot project
- Output will go to src/CDBot/bin/CDBot.dll

Tournament Setup:
- Copy CDBot.dll (or the above compiled dll) to the tournament CDBot/AI folder
- Copy CDBot.json to the tournament CDBot/AI folder
- Set bots: {"BotName": "CDBot", "Race": "Zerg", "BotType": "dll", "BWAPIVersion": "BWAPI_412"}

Directory Structure:

- CDBot.dll
- CDBot.json (our config file)
- src (Bot source code)

Introduction:
- Based on cpac by Qiyue Yin
- Based on Steamhammer by Jay Scott

Some important Rules
- Mainly based on scripted rule-based strategy. 
- Defence strategy in the beginning.
- Enhance micro management.
- Specific strategy for several bots.
- Online learning algorithm in strategy selection.
