Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aespaldi authored Aug 29, 2018
1 parent ce9f262 commit a8211fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Madlibs_Project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Let's build something fun and silly! :-) Let's make a MadLibs game that generate
* Display story with blanks for input words with correct type (nouns, verbs, ... etc.)
* Ask user to input words to fill in the blanks.
* Output the story with the blanks filled in.
* The system module (for accessing command-line arguments)
* A test suite to test user input.


Expand All @@ -23,5 +22,7 @@ Let's build something fun and silly! :-) Let's make a MadLibs game that generate
* Use a dictionary to generate the words.
* Use a differnet data structure to store words.
* Build with TDD
* Use the system module (for accessing command-line arguments)
* ...


0 comments on commit a8211fa

Please sign in to comment.