Skip to content

Instantly share code, notes, and snippets.

@tjstebbing
Created February 4, 2015 21:40
Show Gist options
  • Save tjstebbing/583fc521175bc3b7778e to your computer and use it in GitHub Desktop.
Save tjstebbing/583fc521175bc3b7778e to your computer and use it in GitHub Desktop.
Nouns - Mud parser
You stand in a small meadow outside of Chiiron. To the east, the town walls rise above your head, protecting the inhabitants from the perils which lurk outside the gates. A shallow trickle of a stream flows out of the woods to the northeast, heading off to the southeast. Off to the south, you see a town gate.
Nouns:
TextNode: 'meadow'
TextNode: 'Chiiron'
TextNode: 'town'
TextNode: 'walls'
TextNode: 'rise'
TextNode: 'head'
TextNode: 'inhabitants'
TextNode: 'perils'
TextNode: 'gates'
TextNode: 'trickle'
TextNode: 'stream'
TextNode: 'flows'
TextNode: 'woods'
TextNode: 'northeast'
TextNode: 'town'
TextNode: 'gate'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment