Initial commit.
Basic docker deployment with Local LLM integration and simple game state.
This commit is contained in:
10
state/room.json
Normal file
10
state/room.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "1",
|
||||
"type": "room",
|
||||
"description": "A dim stone chamber with worn flagstones and a heavy wooden door to the north. Dust gathers in the corners, and one flagstone near the center looks slightly loose.",
|
||||
"exits": {
|
||||
"north": 1
|
||||
},
|
||||
"items": [],
|
||||
"containers": [1]
|
||||
}
|
||||
Reference in New Issue
Block a user