Initial commit.
Basic docker deployment with Local LLM integration and simple game state.
This commit is contained in:
8
state/items.json
Normal file
8
state/items.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"id": 1,
|
||||
"type": "key",
|
||||
"description": "A brass key with a tarnished surface.",
|
||||
"hidden": true,
|
||||
"revealed": false,
|
||||
"taken": false
|
||||
}
|
||||
Reference in New Issue
Block a user