Skip to content

Instantly share code, notes, and snippets.

@unsquare
Created October 16, 2015 23:58
Show Gist options
  • Save unsquare/82e09877c7fe3763e0f9 to your computer and use it in GitHub Desktop.
Save unsquare/82e09877c7fe3763e0f9 to your computer and use it in GitHub Desktop.
Applescript that generates flash fiction mashup prompts.
set theHorror to {"The Exorcist", "The Walking Dead", "Interview With A Vampire", "Frankenstein", "The Babadook", "Poltergeist", "Gremlins", "It", "Rosemary’s Baby", "It Follows", "Hellraiser", "Psycho", "Evil Dead", "The Shining", "Texas Chainsaw Massacre", "The Descent", "The Thing", "Nightmare On Elm Street", "The Ring", "Carrie"}
set theNormal to {"Harry Potter", "House of Cards", "Back to the Future", "The Marvel Universe", "Mad Men", "Scooby Doo", "Scandal", "Planet of the Apes", "Transformers", "Sex and the City", "The Muppets", "Die Hard", "Star Trek", "Pitch Perfect", "50 Shades of Grey", "Fast and the Furious", "The Shawshank Redemption", "Casablanca", "Doctor Who", "The Martian"}
set thePrompt to "It's like " & some item of theHorror & " meets " & some item of theNormal & "!"
display dialog thePrompt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment