Question: Please code using C# Create the Matching game. 1 . Create a game board with 2 5 random blocks. 2 The 2 5 blocks will
Please code using C#
Create the Matching game.
Create a game board with random blocks.
The blocks will contain items and Wild Card
The player will choose blocks to reveal the items behind the block. If they are a match the blocks
are removed from the board either by clearing the number on the block or changing the color or
If the player picks the Wild Card, then they get to choose block and the computer will find the
nd block that is the match. So the Wild Card and the item will be removed from the screen, just
as above which means blocks will be removed.
Once all the blocks are removed allow the user to play the game again by resetting the game
and randomizing the order of the blocks.
Add a time delay so I have time to look at my cards that I've chosen before they flip back over.
Add a picture that is displayed when all the tilesblockscards are removed.
Play a soundmusic when I win the game.
I should be able to play the game as many times as I want and the blocks will be in a different order each time.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
