Skip to content

Instantly share code, notes, and snippets.

@dsummersl
Created March 1, 2018 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsummersl/816af0ce3cc9b0e3f01f88bd40edc6fa to your computer and use it in GitHub Desktop.
Save dsummersl/816af0ce3cc9b0e3f01f88bd40edc6fa to your computer and use it in GitHub Desktop.
tracery.io cactus related story generation
{
"cactus": ["scarlet crown cactus", "hedgehog cactus", "disco cactus", "saguaro", "prickly pear", "peyote cactus"],
"home": ["home","haven","pueblo","hidy hole","ground fissure"],
"animals": ["snakes","flies","little animals","hawks","rabbits","prairie dogs","mice","fruitflies"],
"cause": ["loves the sun", "thrives at twilight", "is a #home# for #animals#", "grows among the #cactus#"],
"growsup": ["reaches full maturity", "blooms", "moves into its #home#", "survives to the rainy season", "turns green", "grows out its #home#"],
"fulfillment": ["#animals# erupt from its skin", "many #animals# travel from their #home#s to eat it"],
"moral": ["The desert is beautiful!", "Isn't desert life amazing?","The desert rejoices.", "The #animals# are happy."],
"story": ["A #cc# #cause#. When the #cc# #growsup#, #fulfillment#. #moral#"],
"origin": [ "<p>#[cc:#cactus#]story#</p>" ]
}
@dsummersl
Copy link
Author

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