A narrative game engine set in Norman England, 1067.
Start all services in separate terminals:
docker start falkordb
# Or if first time:
# docker run -d --name falkordb -p 6379:6379 -p 3002:3000 falkordb/falkordb- Built-in browser: http://localhost:3002
cd engine
python3 run.py --reload- Runs on: http://localhost:8000
cd frontend
npm run dev- Runs on: http://localhost:3000
The built-in browser runs automatically with FalkorDB at http://localhost:3002
Alternative (standalone browser):
cd falkordb-browser
PORT=3001 npm run devThe graph runtime and seeding tooling were moved to the ngram repo. See
data/ARCHITECTURE — Cybernetic Studio.md for the current graph workflow and
sample data instructions.
| Service | Port | Purpose |
|---|---|---|
| Frontend | 3000 | Game UI |
| Backend | 8000 | API server |
| FalkorDB | 6379 | Graph database |
| FalkorDB Browser (built-in) | 3002 | Graph visualization |