Madlibs is a fun word game where players fill in blanks in a story with their own words to create a humorous or interesting tale.
- Clone the repository:
git clone https://github.com/yourusername/madlibs-game.git
- Navigate to the project directory:
cd madlibs-game
- Run the script:
python madlibs.py
- Follow the prompts to fill in the blanks in the story.
Story Template: "Today I went to the [place] to [verb]. I saw a [adjective] [noun]!"
User Input:
- Place:
park
- Verb:
run
- Adjective:
giant
- Noun:
dog
Final Story: "Today I went to the park to run. I saw a giant dog!"
Feel free to contribute by submitting pull requests or opening issues.
This project is licensed under the MIT License.