diff --git a/README.md b/README.md index 3fe80c2..faeb4f8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # **Easy Game** [comment]: <> (![python](https://img.shields.io/pypi/pyversions/pygame)) -![pygame](https://img.shields.io/badge/release-1.1.1-red.svg) +![pygame](https://img.shields.io/badge/release-2.0.0beta-red.svg) [![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-390/) [![MLGame](https://img.shields.io/badge/MLGame-9.5.1-.svg)](https://github.com/PAIA-Playful-AI-Arena/MLGame) diff --git a/game_config.json b/game_config.json index 9b6b9b7..90add02 100644 --- a/game_config.json +++ b/game_config.json @@ -1,6 +1,6 @@ { "game_name": "easy_game", - "version": "2.0.0", + "version": "2.0.0-beta", "url": "None", "game_params": [ { diff --git a/src/game.py b/src/game.py index 02ab660..dbd59d8 100644 --- a/src/game.py +++ b/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", - - }, - ]