Merge branch 'release/2.0.0'
This commit is contained in:
commit
ce76fee9d3
|
@ -1,7 +1,7 @@
|
|||
# **Easy Game**
|
||||
|
||||
[comment]: <> ()
|
||||

|
||||

|
||||
|
||||
[](https://www.python.org/downloads/release/python-390/)
|
||||
[](https://github.com/PAIA-Playful-AI-Arena/MLGame)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"game_name": "easy_game",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.0-beta",
|
||||
"url": "None",
|
||||
"game_params": [
|
||||
{
|
||||
|
|
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",
|
||||
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue