byte-vortex commited on
Commit
3da2984
·
verified ·
1 Parent(s): fc699c0

Deploy Myco from CI

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