change ver with comment "fastapi"
Browse files- games/snake/snake.py +1 -1
games/snake/snake.py
CHANGED
|
@@ -8,7 +8,7 @@ from games.game_openai import api_key
|
|
| 8 |
debug = 2
|
| 9 |
|
| 10 |
class snake (game):
|
| 11 |
-
ai_version = '1.4.0.2023-12-
|
| 12 |
data_version = ai_version
|
| 13 |
|
| 14 |
def __init__(self):
|
|
|
|
| 8 |
debug = 2
|
| 9 |
|
| 10 |
class snake (game):
|
| 11 |
+
ai_version = '1.4.0.2023-12-29-a' # fastapi
|
| 12 |
data_version = ai_version
|
| 13 |
|
| 14 |
def __init__(self):
|