update
This commit is contained in:
parent
d5a071ed32
commit
807f7b5c9d
|
@ -1,7 +1,7 @@
|
||||||
# **Easy Game**
|
# **Easy Game**
|
||||||
|
|
||||||
[comment]: <> ()
|
[comment]: <> ()
|
||||||

|

|
||||||
|
|
||||||
[](https://www.python.org/downloads/release/python-390/)
|
[](https://www.python.org/downloads/release/python-390/)
|
||||||
[](https://github.com/PAIA-Playful-AI-Arena/MLGame)
|
[](https://github.com/PAIA-Playful-AI-Arena/MLGame)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"game_name": "easy_game",
|
"game_name": "easy_game",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0-beta",
|
||||||
"url": "None",
|
"url": "None",
|
||||||
"game_params": [
|
"game_params": [
|
||||||
{
|
{
|
||||||
|
|
11
src/game.py
11
src/game.py
|
@ -175,14 +175,3 @@ class EasyGame(PaiaGame):
|
||||||
food = Food(self.foods)
|
food = Food(self.foods)
|
||||||
pass
|
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