Spaces:
Sleeping
Sleeping
Deploy Myco from CI
Browse files- game/engine.py +3 -0
game/engine.py
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
"""
|
| 2 |
Core Myco gameplay — LLM is the primary game engine.
|
| 3 |
"""
|
|
|
|
| 1 |
+
print(f"DEBUG: Looking for file at: {CATALOG_PATH}")
|
| 2 |
+
print(f"DEBUG: Does the file exist? {CATALOG_PATH.exists()}")
|
| 3 |
+
|
| 4 |
"""
|
| 5 |
Core Myco gameplay — LLM is the primary game engine.
|
| 6 |
"""
|