For this project, I have devised a unique dice game to give you lots of practice in writing conditional statements, as well as utilizing other skills we have learned throughout this semester so far. The set-up is very simple:

Points are allocated according to a very intricate set of rules, based upon the values of each individual die and the sum of both. Whenever a player rolls the dice:

The whole program will consist of three Python files:

The only file you will have to write code for is dice_player.py, in three of its methods: