Skip to content

Commit 1963288

Browse files
added:
-> main game loop -> command line (with support for MOVE, LOOK, TAKE and INV)
1 parent 141e3f1 commit 1963288

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

locations.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
},
88
{
99
"id": 1,
10-
"name": "The Forest"
10+
"name": "The Forest",
11+
"items": [1]
1112
},
1213
{
1314
"id": 2,

0 commit comments

Comments
 (0)