Go to file
Hope b5acf78bbc created new function to return a count of each face value in a roll of 5 dice.
I think it could be made to be cleaner by calling a function that determines
how many "of a kind" there are by passing arguments of how many "of a kind"
you are looking for.  2 of a kind, 3 of a kind, 4 of a kind etc.
2025-07-23 20:55:43 -04:00
.commit_template Initial commit 2025-04-25 21:27:35 +00:00
.gitignore Initial commit 2025-04-25 21:27:35 +00:00
dice_stats.py created new function to return a count of each face value in a roll of 5 dice. 2025-07-23 20:55:43 -04:00
die.py Initial commit 2025-04-25 21:27:35 +00:00
play.py added some goals to game 2025-07-21 19:44:11 -04:00
poetry.lock Initial commit 2025-04-25 21:27:35 +00:00
pyproject.toml Initial commit 2025-04-25 21:27:35 +00:00
yahtzee.py I added the docstrings. 2025-07-15 21:54:34 -04:00
yahtzee_goals.py added some goals to game 2025-07-21 19:44:11 -04:00