@@ -19,3 +19,9 @@ This repository contains a passive PyCommandCenter-based bot for StarCraft II. I
6. Rename the folder 'myagent' to something unique, preferably with your group number
in the name. This will make it easier when you want to run against other bots. So make
sure ALL of the source code for the bot lives in that folder.
## Additional functionality
The *visualdebugger* folder contains a starting point for creating visual debug tools for various AI-related functionalties. This may or may not be of use to you. For TDDD92 specifically, this will be more useful in the second period when you begin to implement a selected AI technique.
The file `tictoc.py` may be useful for timing various parts of an agent. This is also more useful in the second half of TDDD92.