Question: Python Program The dice game should already do the following: - prompt and store the player's name - prompt and store the number of sides

Python Program

The dice game should already do the following: - prompt and store the player's name - prompt and store the number of sides the die should have - simulate rolling dice for the computer and player - display the rolled values and use the player's name - determine the winner and display the result Now, implement these features or changes: - The game should now have multiple dice. The player may choose how many. ex: if the game has 10, 6 sided die, each player's turn they all roll, and the points add up to a single roll score. min=10pts max=60pts - Create a function for the "prompt and store the player's name" code. - Create a function for the "prompt and store the number of sides the die should have" code. - Create a function for the "simulate rolling dice for the computer and player" code. - Create a function for the "prompt and store the number of dice" code. - Create a menu that prompts the user if they want to play a game or quit - The menu should be in a loop. Consider the following: Prompt to play or quit> choose play> play game> back to menu choose quit> quit

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!