diff --git a/README.md b/README.md index a8c062078a1c699401693d01e28286610d1aa037..4bb2d3a37049b23613d214af8ecdf551900a0750 100644 --- a/README.md +++ b/README.md @@ -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.