Initial commit.
Basic docker deployment with Local LLM integration and simple game state.
This commit is contained in:
10
state/exits.json
Normal file
10
state/exits.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": 1,
|
||||
"type": "door",
|
||||
"description": "A heavy wooden door reinforced with iron faces north; its lock glints, unmoved for years.",
|
||||
"lock_id": 1,
|
||||
"locked": true,
|
||||
"openable": true,
|
||||
"open": false,
|
||||
"key": "key"
|
||||
}
|
||||
Reference in New Issue
Block a user