Question: in python . C file:///Users/MRROB/Downloads/Jumblewords%20game.pdf Implement a game that allows a user to guess a jumbled word. Basic requirements 1. Offer a selection of at
in python .


C file:///Users/MRROB/Downloads/Jumblewords%20game.pdf Implement a game that allows a user to guess a jumbled word. Basic requirements 1. Offer a selection of at least 4 different categories of words to guess(the example below shows only 2 choices) Words for each category must be stored in a separate text file-colors.txt, animals.txt, etc. The user should select a category and the appropriate filename constructed in the program-the user should not be aware of the files. Words must be read in and stored in a list Three loops are required 2. 3. 4. 5. .Loop to let the user reguess a word if guessed incorrectly .Loop to let the user play again with a different word from the same category Loop to let the user play again with a different category Example usage RESTART:M:\Programming Languages\Pytho Select a category of words to quess 1: color 2: animals Guess the word: lrepup pink Try again Guess the word: 1repup red Iry again! Guess the word: lrepup purple Correct! 1.Give me another vord 2. Give me another category 3. Get me out of here! Jumblewords game.pdf syllabus fall monday-docx Historical Perspective-..xlsx , Homework.pdf download (1).jpeg Show All
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
