Files
text-adventure-llm/state/locks.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

9 lines
167 B
JSON

{
"id": 1,
"type": "door_lock",
"description": "A simple wooden door lock.",
"locked": true,
"openable": true,
"open": false,
"key_id": 1
}