Skip to content
Snippets Groups Projects
Commit 1230668d authored by David Bergström's avatar David Bergström
Browse files

Change from managers to perception

parent ef3e8990
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ Table of contents
:maxdepth: 3
gettingstarted
managers
perception
idabot
unit
types
......
Managers
========
Perception
==========
.. TODO: Rename *Manager to BaseLocation
There are several classes related to processing information about the game
state and the input from Starcraft. All these classes are taken more or less
directly from the original `CommandCenter`_, but we have left all
decision-making to the user of the API.
The original `CommandCenter`_ bot uses managers to do everything, having
managers manage workers, building, controlling military etc. In this API we
have removed all the control related managers and only kept the managers
related to helping process input information, leaving the decision-making to
the user of the API.
.. _CommandCenter: https://github.com/davechurchill/commandcenter
-.. _CommandCenter: https://github.com/davechurchill/commandcenter
Here is a full list of all managers:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment