Question: I need to make a Pig Dice game in Python the program reads a list of rules from a file and displays them.from a text
I need to make a Pig Dice game in Python
the program reads a list of rules from a file and displays them.from a text file named rules.txt.
the text file content has these rules in it.
Rules:
* See how many turns it takes you to get to 20.
* Turn ends when player rolls a 1 or chooses to hold.
* If you roll a 1, you lose all points earned during the turn.
* If you choose to hold, you add all points earned during the
turn to your total.
* NOTE: Type 'x' to exit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
