Initial commit.

Basic docker deployment with Local LLM integration and simple game state.
This commit is contained in:
Aodhan Collins
2025-08-17 19:31:33 +01:00
commit 912b205699
30 changed files with 2476 additions and 0 deletions

8
state/items.json Normal file
View File

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