From 2b5c31d0d801b701fbcad5467896b56c4ea24d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <david.bergstrom@liu.se> Date: Wed, 28 Aug 2019 14:46:26 +0200 Subject: [PATCH] Update main.py with default path for computer labs --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 32271a1..1910817 100644 --- a/main.py +++ b/main.py @@ -16,7 +16,8 @@ class MyAgent(IDABot): def main(): - coordinator = Coordinator() + coordinator = Coordinator(r"D:\StarCraft II\Versions\Base69232\SC2_x64.exe") + bot1 = MyAgent() # bot2 = MyAgent() -- GitLab