Answered step by step
Verified Expert Solution
Link Copied!

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,

image text in transcribedimage text in transcribed

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 game

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

C++ Database Development

Authors: Al Stevens

1st Edition

1558283579, 978-1558283572

More Books

Students also viewed these Databases questions