update
This commit is contained in:
11
src/game.py
11
src/game.py
@ -175,14 +175,3 @@ class EasyGame(PaiaGame):
|
||||
food = Food(self.foods)
|
||||
pass
|
||||
|
||||
@staticmethod
|
||||
def ai_clients():
|
||||
"""
|
||||
let MLGame know how to parse your ai,
|
||||
you can also use this names to get different cmd and send different data to each ai client
|
||||
"""
|
||||
return [
|
||||
{"name": "1P",
|
||||
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user