byte-vortex commited on
Commit
bd20d34
·
verified ·
1 Parent(s): b7d7ce6

Deploy Myco from CI

Browse files
Files changed (1) hide show
  1. 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
  """