Those cards should be revealed for the remainder of the


Assignment:

You will be creating a single-player, text-based memory match game like the games pictured above. The game will consist of printing out the game state, allowing the player to pick cards, comparing the value of the cards picked, and keeping score. Your code will most likely be very long. However, you should be able to reuse components of your code because parts of the game are repetitive. Before you begin writing your code, you are required to draw a flow chart to outline how you want to solve this problem.

Requirements:

- Your code should use if statements to compare card values
- Your code should allow the player to play the game for 3 turns with 6 cards
- Your code should update the cards shown to the player as the player plays the game according to the following criteria.

o When the player picks a card

o If the player guesses correctly, those cards should be revealed for the remainder of the game.

- You may use whatever card values you like.

- Your code should print put whether the player won or lost. Winning requires that the player get at least 2 out of 3 sets correct.

404_Draw a flow chart to outline.png

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Those cards should be revealed for the remainder of the
Reference No:- TGS0664918

Expected delivery within 24 Hours