You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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!
0 commit comments