Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Need help creating a C++ program for the following, Project Description You will create a program that will play a card guessing game. The program
Need help creating a C++ program for the following,
Project Description You will create a program that will play a card guessing game. The program will randomly select a card and player's goal is to guess this card and its face value. If the player correctly guesses the number he will move on to next level, where he will have to guess two randomly selected card and value using the remaining attempts. This will continue until level 5 (five randomly selected cards) after which the game completes and the player wins the game The game will progress from Level 1 to Level 5 using set of standard 52 cards. Player will get points for every correct guess. Every incorrect guess reduces available "life/chances" to continue the game. Point is based on the number of attempts and current level (check the rules section to understand how to calculate this). You will keep track of player's points and display it at the end of every level and at the end of game Project Description You will create a program that will play a card guessing game. The program will randomly select a card and player's goal is to guess this card and its face value. If the player correctly guesses the number he will move on to next level, where he will have to guess two randomly selected card and value using the remaining attempts. This will continue until level 5 (five randomly selected cards) after which the game completes and the player wins the game The game will progress from Level 1 to Level 5 using set of standard 52 cards. Player will get points for every correct guess. Every incorrect guess reduces available "life/chances" to continue the game. Point is based on the number of attempts and current level (check the rules section to understand how to calculate this). You will keep track of player's points and display it at the end of every level and at the end of gameStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started