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

8 lines
157 B
JSON

{
"id": 1,
"type": "key",
"description": "A brass key with a tarnished surface.",
"hidden": true,
"revealed": false,
"taken": false
}