Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.33 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.33 KB

Mad Libs Generator Game

This is a simple Mad Libs Generator Game made by Python. It allows users to fill in the blanks of a story with their own words and create a funny and personalized story.

Getting Started

To play the game, you need to have Python installed on your computer. You can download Python from the official website here.

After installing Python, you can run the game by opening the terminal or command prompt and navigating to the directory where the game file is located. Then, type the following command:

python index.py

How to Play

  1. Run the game by following the instructions above.
  2. The game will display a story with blanks to fill in.
  3. Enter a word or phrase for each blank when prompted.
  4. Once you have filled in all the blanks, the game will display the completed story.

Customizing the Game

You can customize the game by editing the story in the index.py file. Simply replace the blanks with your own words or phrases, and save the file.

You can also create your own stories by following the format in index.py. Be sure to include enough blanks for players to fill in, and make it funny and entertaining!

License

This game is licensed under the MIT License. Feel free to use, modify, and distribute it as you wish.