Skip to content

Instantly share code, notes, and snippets.

View AnonQuebec's full-sized avatar

AnonymousQuebec AnonQuebec

View GitHub Profile
@AnonQuebec
AnonQuebec / TowerDestroyTheWeakest.py
Last active June 25, 2018 05:38
empireofcode offence
from battle import commander
unit_client = commander.Client()
my_info = unit_client.ask_my_info()
def search_target(data=None, **kwargs):
towers = unit_client.ask_towers()
print("List of towers:{}".format(towers))
if towers:
tower_id = towers[0]["id"]