maindlock / src /mindlock /game /__init__.py
arbios's picture
Mindlock: 10-room story mode, llama.cpp brain cascade, custom front
bc8b36a verified
Raw
History Blame Contribute Delete
318 Bytes
"""Mindlock as a walkable, endless top-down game.
A thin spatial + roguelike shell over the proven engine (world/brain/generator). The browser
runs the movement on a canvas; the server (FastAPI, mounted on the same process) runs the
brain cascade and streams new procedural rooms. The engine itself is untouched.
"""