Spaces:
Sleeping
Sleeping
Deploy Myco from CI
Browse files- game/engine.py +0 -2
game/engine.py
CHANGED
|
@@ -5,8 +5,6 @@ CATALOG_PATH = Path(__file__).resolve().parents[1] / "data" / "mushrooms.json"
|
|
| 5 |
print(f"DEBUG: Looking for file at: {CATALOG_PATH}")
|
| 6 |
print(f"DEBUG: Does the file exist? {CATALOG_PATH.exists()}")
|
| 7 |
|
| 8 |
-
@lru_cache(maxsize=1)
|
| 9 |
-
def load_mushrooms() -> tuple[Mushroom, ...]:
|
| 10 |
|
| 11 |
"""
|
| 12 |
Core Myco gameplay — LLM is the primary game engine.
|
|
|
|
| 5 |
print(f"DEBUG: Looking for file at: {CATALOG_PATH}")
|
| 6 |
print(f"DEBUG: Does the file exist? {CATALOG_PATH.exists()}")
|
| 7 |
|
|
|
|
|
|
|
| 8 |
|
| 9 |
"""
|
| 10 |
Core Myco gameplay — LLM is the primary game engine.
|