Skip to content

script to see how many rolls it takes to get a one roll Yahtzee

License

Notifications You must be signed in to change notification settings

geeseven/one_roll_Yahtzee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

one_roll_Yahtzee

Several years ago, Numberphile had a series of videos about one roll Yahtzee and this my take.

$ python one_roll_Yahtzee.py 
Attempting to get a one roll Yahtzee with 5 6-sided dice
rolling...
after 1,212 rolls, this Yahtzee was rolled
⚅ ⚅ ⚅ ⚅ ⚅ 

$ python one_roll_Yahtzee.py --help
usage: one_roll_Yahtzee.py [-h] [-s DICE_SIDES] [-n NUMBER_OF_DICE]

test how many rolls it takes to get a one roll Yahtzee ⚁ ⚁ ⚁ ⚁ ⚁

optional arguments:
  -h, --help            show this help message and exit
  -s DICE_SIDES, --dice_sides DICE_SIDES
                        number of sides per dice (default: 6)
  -n NUMBER_OF_DICE, --number_of_dice NUMBER_OF_DICE
                        number of dice (default: 5)
 
$ python one_roll_Yahtzee.py --dice_sides 7 --number_of_dice 9
Attempting to get a one roll Yahtzee with 9 7-sided dice
rolling...
after 5,622,174 rolls, this Yahtzee was rolled
⚀ ⚀ ⚀ ⚀ ⚀ ⚀ ⚀ ⚀ ⚀ 

About

script to see how many rolls it takes to get a one roll Yahtzee

Topics

Resources

License

Stars

Watchers

Forks

Languages