Authors:
Lisa Puran, Jane Ng, Michelle Sheu
Summary:
Our team created an interactive storytelling game in a classic Mad Libs style with three different scenarios: A Cinderella Story, Tinder Nightmare and Livin' in an Aliiien Paradise.
Our program will prompt players to enter a word (part of speech will be specified) befitting a vaguely and quirkily described scenario (ie. "Now, please enter a noun that would rest on a person’s head angrily.") Upon receiving the user’s inputted word, the Mad Lib will be fitted into a storyline and the resulting compilation will appear.
The computing magic comes in when we apply the NLTK python library to distinguish the user’s text input between the different parts of speech (for example, if we ask the player to pick five random words at the beginning, corresponding to different parts of speeches, and we input those).
Computing Magic:
~story snippets~
What some of our code looked like:
Source Code:
Check it out for yourself! Here's a link to all of the files necessary to download to run our program!
https://drive.google.com/folderview?id=0B3kmBb9wrWQzSVlRamNscnQyNFE&usp=sharing
Details:
Reflections: