Skip to content

mind-protocol/the-blood-ledger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

522 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Blood Ledger

A narrative game engine set in Norman England, 1067.

Launch Protocol

Start all services in separate terminals:

1. FalkorDB (Graph Database)

docker start falkordb
# Or if first time:
# docker run -d --name falkordb -p 6379:6379 -p 3002:3000 falkordb/falkordb

2. Backend (FastAPI)

cd engine
python3 run.py --reload

3. Frontend (Next.js)

cd frontend
npm run dev

4. FalkorDB Browser

The built-in browser runs automatically with FalkorDB at http://localhost:3002

Alternative (standalone browser):

cd falkordb-browser
PORT=3001 npm run dev

Moment Graph Sample Data

The 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 Summary

Service Port Purpose
Frontend 3000 Game UI
Backend 8000 API server
FalkorDB 6379 Graph database
FalkorDB Browser (built-in) 3002 Graph visualization

About

Most games give you a story. This one remembers yours. The people here don't forget what you did for them — or to them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors