Update multi_agent.py
Browse files- multi_agent.py +1 -1
multi_agent.py
CHANGED
@@ -47,7 +47,7 @@ class MultiAgent:
|
|
47 |
else:
|
48 |
return False
|
49 |
|
50 |
-
def get_num_turns(num_moves):
|
51 |
# Each turn includes two moves (one by each player)
|
52 |
# The first move by player black kicks off the chat
|
53 |
# The first move by player white starts the game
|
|
|
47 |
else:
|
48 |
return False
|
49 |
|
50 |
+
def get_num_turns(self, num_moves):
|
51 |
# Each turn includes two moves (one by each player)
|
52 |
# The first move by player black kicks off the chat
|
53 |
# The first move by player white starts the game
|