Question: Objectives: Provide a game solution using C++ language. It is important that we can use a set of C++ features to solve problem. Develop solutions

Objectives: Provide a game solution using C++ language. It is important that we can use a set of C++ features to solve problem. Develop solutions that use class features for C++. Create "*.h" files and "*.cpp" files for classes. Description: 1. Part 1 - required assignment You need to turn in this part. a. Create a dice war game where the user will play against the computer. b. For each game a dice is rolled for the user and another dice is rolled for the computer. C. Then the points will be compared, and game result will be determined for user: a win, a loss or a tie. d. Then the program will ask if the user wants to play again. Welcome to the dice war game -Your dice was rolled and it has a value of 6 -Computer dice was rolled and it has a value of 4 -You are the winner of this game. Would you like to play again? 1- Play again 2- Quit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
