Skip to content
Snippets Groups Projects
Commit 86491a93 authored by Fredrik Präntare's avatar Fredrik Präntare
Browse files

Real-time mode now defaults to True.

parent fed14894
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,8 @@ def main():
# participant_2 = create_participants(Race.Terran, bot2)
participant_2 = create_computer(Race.Random, Difficulty.Easy)
coordinator.set_real_time(True)
coordinator.set_participants([participant_1, participant_2])
coordinator.launch_starcraft()
path = os.path.join(os.getcwd(), "maps", "InterloperTest.SC2Map")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment