G. Conclusions and Recommendations

The games were a finished project, but some improvements could have been made. For war a function could have been created for the ties so that you could have an infinite number of ties rather than just two in a row. The ties also could have used a for loop when adding the values of computer to player and removing the computer values and vice versa. For yahtzee instead of a while loop a for loop that looped 48 times could have been used instead of using a counter and a while loop. Yahtzee could have been coded so that the player chose what dice to keep making it more intuitive to play instead of how it asks which dice to remove. Also a number could have been included under the displayed dice so players could tell the dice number without counting. Both of the games could have had some changes made if more time was devoted to the task.