README.md
setup.cfg
setup.py
examples/__init__.py
examples/bot_vs_bot.py
examples/cannon_rush.py
examples/distributed_workers.py
examples/observer_easy_vs_easy.py
examples/onebase_battlecruiser.py
examples/play_tvz.py
examples/proxy_rax.py
examples/ramp_wall.py
examples/run_external.py
examples/threebase_voidray.py
examples/too_slow_bot.py
examples/warpgate_toss.py
examples/worker_rush.py
examples/zerg_rush.py
sc2/__init__.py
sc2/action.py
sc2/bot_ai.py
sc2/cache.py
sc2/client.py
sc2/constants.py
sc2/controller.py
sc2/data.py
sc2/game_data.py
sc2/game_info.py
sc2/game_state.py
sc2/main.py
sc2/maps.py
sc2/paths.py
sc2/pixel_map.py
sc2/player.py
sc2/portconfig.py
sc2/position.py
sc2/power_source.py
sc2/protocol.py
sc2/sc2process.py
sc2/tmpfix.py
sc2/unit.py
sc2/unit_command.py
sc2/units.py
sc2.egg-info/PKG-INFO
sc2.egg-info/SOURCES.txt
sc2.egg-info/dependency_links.txt
sc2.egg-info/requires.txt
sc2.egg-info/top_level.txt
sc2/helpers/__init__.py
sc2/helpers/control_group.py
sc2/ids/__init__.py
sc2/ids/ability_id.py
sc2/ids/buff_id.py
sc2/ids/effect_id.py
sc2/ids/unit_typeid.py
sc2/ids/upgrade_id.py
test/test_directions.py
test/test_examples.py