Skip to content

Commit b343581

Browse files
authored
Create README.md
1 parent 64ba71b commit b343581

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

PyGamesScripts/MADLIBS Game/README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# MADLIBS
2+
3+
## Short description of package/script
4+
5+
- Its a super fun game basically based on filling the blanks of an incomplete story which is not known to you and revealed in its final form after you give out the words.
6+
7+
## Workflow of the Project
8+
9+
You simply need an IDE and python installed in your local system.
10+
-Open the editor and define a function called madlibs inside which
11+
*create a story templates that is incomplete but laid out with blanks at appropriate places which fills in for noun, adjective, verb etc.
12+
*ask these blank contents from the user giving the description (e.g enter a noun )
13+
-Create as many different templates as you like in different files just like this.
14+
-Then create the main file and use import to link al these templates to the main file.
15+
-Then use random to randomise the choosing of the story each time.
16+
-And call out the function madlib from the chosen story, this would roll out the output of that story in the output terminal
17+
18+
19+
20+
## Setup instructions
21+
22+
Just download the entire MADLIBS_Game folder into your local system and open it in an IDE (of your choice) and run it! simple as that!
23+
but make sure you have python instlled on your system!
24+
25+
26+
## Detailed explanation of script, if needed
27+
28+
Just run the madlibs file (which is inside the MADLIBS_Game folder) after you have dwnloaded the entire folder.
29+
You will be asked to enter certain words, enter them based on the description provided (noun/adjjective/verb..etc)
30+
after you have entered all the words asked, hit enter and the screen would display the completed story with your words filled in the spaces!
31+
32+
## Images
33+
34+
35+
36+
37+
## Author(s)
38+
39+
Ashi Dubey
40+
41+

0 commit comments

Comments
 (0)