To read a plan and execute it in StarCraft using BWAPI (https://github.com/bwapi/bwapi/releases/tag/v4.2.0)
A sample plan (named as "Plan.txt") is provided along with the code and must be copied to the StarCraft game directory where the game files are stored
On launching StarCraft via Chaoslauncher, each line of the plan is read and executed
The commands implemented so far are: Gather, Build (or Morph), Train (or Hatch), Research and Upgrade
Note: This code is mostly based on the ExampleAIModule provided along with the BWAPI installation.