Description
The simplest interesting dice game.
Each turn, a player rolls a die until either a 1 is rolled or the player decides to "hold":
If the player rolls a 1, they score nothing and their turn ends.
If the player rolls any other number, it is added to their turn total.
If a player chooses to "hold", their turn total is added to their score, and their turn ends.
The first player to score 100 or more points wins.