Question: Write a menu driven C++ program for the kids games. Implement the following menu to interact with the a kid. Do you want to play(y/Y)
Write a menu driven C++ program for the kids games. Implement the following menu to interact with the a kid. Do you want to play(y/Y) y Memory Puzzle Guess the missing letter Sort the words Exit A 4 times 4 board full of words. There is a pair for each word. The player select two cells each time. If they match, then they stay overturned. Otherwise, they flip back. There are16 words, the best case is to match all word correctly in eight moves, if player got 6-8 then he wins, otherwise he loses. You can use arrays (one dimensional array) as needed in order to build the board, The player will have the chance to see the whole board, then the screen should be cleared to start the game, Each time he selects the cells numbers, if the words match then the words will be displayed on the board, otherwise, the selected words will be shown to the player for a while then the player should enetr any character to clear the screen and display the board to continue the game
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
