CSE 100: Introduction to C++ Programming Game Creation Assignment I will be crea
ID: 655013 • Letter: C
Question
CSE 100: Introduction to C++ Programming Game Creation Assignment
I will be creating a computer program that simulates a Yahtzee dice game for a single player. Each turn will consist of three rolls. After each roll the player will be asked if he wants to keep that set by entering 'y' for yes and 'n' for no. The score will be calculated according to value. If there are no special situations (full house, three of a kind, etc) then score will be tallied according to each individual number. The scores for special situations will be declared as constants in the program. An entire game lasts 10 turns, leaving a total of 30 possible turns. The goal is to end up with the highest score. According to what this score is the player will be awarded with the category he/she falls into (beginner, novice, experienced, expert). These can be set accordingly. At the end of the program the player will be asked if he wants to play again.
The player will continually roll with the ultimate goal of compiling the highest score possible in a span of 10 turns. Each turn has 3 rolls so the total amount of rolls will be 30. Can someone please help me write this program?
Explanation / Answer
Introduction
There is probably no need to explain the fiin you can have playing
games with computers. More specious though, perhaps, is the
enjoyment experienced by the person who programs the computer.
Most games played with cards, dice, and the like are challenging and
mentally stimulating. So too, is the process of computer
programming