Created
February 4, 2015 21:40
-
-
Save tjstebbing/583fc521175bc3b7778e to your computer and use it in GitHub Desktop.
Nouns - Mud parser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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