Files
text-adventure-llm/state/containers.json
Aodhan Collins 912b205699 Initial commit.
Basic docker deployment with Local LLM integration and simple game state.
2025-08-17 19:31:33 +01:00

12 lines
240 B
JSON

{
"id": 1,
"type": "recessed",
"hidden": true,
"revealed": false,
"openable": true,
"open": false,
"lock_id": 0,
"weight": 1,
"description": "A flagstone that looks slightly loose.",
"contents": [1]
}