Question: Create the game show Let's Make A Deal. In this game there will be an array of prizes. Randomly select 3 of the prizes to
Create the game show Let's Make A Deal. In this game there will be an array of prizes. Randomly select 3 of the prizes to put behind the 3 "doors"/Buttons. The player chooses a "door"/Button, and then one of the other 2 prizes is revealed(either as an image or in text format). You will ask the player if they would like to swap their choice to the remaining door, which prize has not been revealed. If the player says "yes", then show the prize they won behind the last door. If the player says "no" then show the prize they have won behind their original door choice, but show all prize choices behind all doors at the end. All of this can be done in string or picture format. Make the game colorful, and so I can replay until I click quit or exit. This is for Visual Studio C#
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
