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

Add TODOs from short review

parent 4215d2cd
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,8 @@ Difficulty
Race
----
" TODO: Order these explicitly
.. autoclass:: library.Race
:members:
:undoc-members:
......
......@@ -32,7 +32,7 @@ IDABot
.. method:: IDABot.on_game_start(self)
This method when Starcraft has stared, when you inherit it you have to
call the parent's on_step method in order to make it work (see
call the parent's on_game_start method in order to make it work (see
:ref:`gettingstarted`).
.. method:: IDABot.on_step(self)
......
......@@ -13,6 +13,12 @@ If you are looking for something specific, you can either check the
If you want to know about a certain topic, check the table of contents below
this paragraph.
.. TODO: Add information about tree.json
.. TODO: How to setup basic project in Pycharm
.. TODO: Base repos for C++ AI and Python AI
Table of contents
-----------------
......
Managers
========
.. TODO: Rename *Manager to BaseLocation
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
......@@ -107,6 +109,8 @@ DistanceMap
BuildingPlacer
--------------
.. TODO: get_refinery_position should work on all bases
.. autoclass:: library.BuildingPlacer
:members:
:undoc-members:
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