Skip to content

Instantly share code, notes, and snippets.

@despo
Last active December 15, 2021 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save despo/c3ea3f753c0630fea000 to your computer and use it in GitHub Desktop.
Save despo/c3ea3f753c0630fea000 to your computer and use it in GitHub Desktop.
- :name: "living_room"
:description: "You are in the living-room. A wizard is snoring loudly on the couch."
:edges:
- :direction: "upstairs"
:item: "ladder"
:location: "attic"
- :direction: "west"
:item: "door"
:location: "garden"
:items:
- whiskey
- bucket
- :name : "attic" :description: "You are in the attic. There is a giant welding torch in the corner."
:edges:
- :direction: "downstairs"
:item: "ladder"
:location: "living_room"
- :name: "garden"
:description: "You are in a beautiful garden. There is a well in front of you."
:edges:
- :direction: "east"
:item: "door"
:location: "living_room"
:items:
- chain
- frog
@OuttaSpaceTime
Copy link

this file is not valid anymore, I get error 'did not find expected key while parsing a block mapping at line 14 column 3 (Psych::SyntaxError)' around line 14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment