Question: i need a c file of this question. This version of the game will have the following requirements: Create a menu for the user to
This version of the game will have the following requirements: Create a menu for the user to choose from, similar to the following: 1. Play a game 2. Display statistics 3. Quit The following actions should take place based on the menu. If the user chooses: 1. Play the game: Ask for the player's (user's) name and store it. The computer randomly. chooses a secret word from 10 words available and stored in a 2D array of characters. Assume 30 characters as a fixed maximum length of each word. Display underscores to the player depending on the number of letters the chosen word has. Say the word chosen was mystery. You need to display 7 underscores: - Ask the player to guess a letter. Check if the letter is included in the secret word and display. Ex. if the user chooses y, then you should display_y y. The player has 10 tries to correctly find the word. Moreover, you need to change the player's score depending on the following criteria
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
