Skip to content

A mad libs game made in python where the user can write their own stories!

Notifications You must be signed in to change notification settings

abuck351/mad-libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Mad Libs

A Mad Libs game made in python where the user can write their own stories!

How to play

  1. When you run the game, the first thing you will see is the story selection menu. To select a story just type in its name and press enter.
  2. Now you will be prompted to fill in all the blanks of the story. Example: If the game prompts you to type in a noun, type in a noun of your choice and press enter. Do this for all blanks until the finished story is displayed.

How to create your own stories

  1. Create a .txt file with the name of your story. (no spaces in filename)
  2. Make sure the text file is in the stories folder.
  3. Type your story into the text file. (you must manually add newlines to the story)
  4. For blank words that the player must fill in, use a tag. Example: The <n> ran to the <a> park!

Tags

<n>: noun
<a>: adjective
<v>: verb
<nat>: nationality
<per>: person
<pn>: plural noun
<num>: number
<pshape>: plural shape
<food>: food
<g>: game
<ing>: verb ending in 'ing'
<plant>: plant
<body>: part of the body
<place>: a place
<name>: name
<shout>: something to shout
<feel>: feeling

About

A mad libs game made in python where the user can write their own stories!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages