Remember Mad Libs from that long road trip? A Mad Lib is an interactive, fill in the blank story generator.
Now it’s time to build your own digital, interactive Mad Libs using Python and the following items:
-variables
-multiple inputs
-the \ as an escape character
-\n to make a new line
-print command to display the story
Your Mad Lib should include the following:
1. ask for the player’s name
2. have at least four noun/adjective pairs
3. have at least four verb/adverb pairs
4. repeat variables multiple times (like the name of the player)
5. ask for words like locations, exclamations, colors, directions, etc.
6. specify whether the word should be singular, plural or end in an -ing or past tense.
7. MOST IMPORTANT: your Python Mad lib should be at least six sentences long and provide the framework for a good story.
When you are done and have tested your Mad Lib please upload the code to trinket.io and then send it to me using this link.
Sample starter code (click to see full size):