summaryrefslogtreecommitdiff
path: root/proto/rooms.json
diff options
context:
space:
mode:
Diffstat (limited to 'proto/rooms.json')
-rw-r--r--proto/rooms.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/proto/rooms.json b/proto/rooms.json
new file mode 100644
index 0000000..a6d0cd7
--- /dev/null
+++ b/proto/rooms.json
@@ -0,0 +1,25 @@
+{
+ "start": {
+ "summary": "A bland, starting room.",
+ "inventory": [
+ "apple",
+ "lamp"
+ ],
+ "north": "another",
+ "south": "another",
+ "east": "start",
+ "west": "start"
+ },
+ "another": {
+ "summary": "Another room.",
+ "dark": true,
+ "inventory": [
+ "apple",
+ "apple"
+ ],
+ "north": "start",
+ "south": "start",
+ "east": "another",
+ "west": "another"
+ }
+}