Question: write a python and pesudocode for PIG DICE GAME. The requiements are: 1. The program should welcome the user and ask how many
1. The program should welcome the user and ask how many players (1...4).
2. The program should briefly explain the rules of the game.
3. Depending on the game each player should have their “turn” and the results displayed.
4. The program should keep a record of the winner of the game.
5. After the results are displayed the user should be asked if they wish to play again.
6. If they answer ‘y’ then the program should repeat from the beginning
Step by Step Solution
There are 3 Steps involved in it
Pig Dice Game Implementation import random def rolldie return randomrandint1 6 ... View full answer
Get step-by-step solutions from verified subject matter experts
