Go to file
Cory Dean Chung 80d5956eac Added methods to determine if there are at least n
of a kind in a roll of five dice.

Similar to what was done in this lab, classes could be used to
simulate coin tosses. I imagine then that simple board games
could be simulated easily using classes, too.
2024-02-02 19:37:05 -05:00
__pycache__ Added methods to determine if there are at least n 2024-02-02 19:37:05 -05:00
.commit_template Initial commit 2023-08-16 05:28:24 +00:00
dice_stats.py Added methods to determine if there are at least n 2024-02-02 19:37:05 -05:00
die.py Initial commit 2023-08-16 05:28:24 +00:00
play.py Initial commit 2023-08-16 05:28:24 +00:00
poetry.lock Added methods to determine if there are at least n 2024-02-02 19:37:05 -05:00
pyproject.toml Initial commit 2023-08-16 05:28:24 +00:00
yahtzee.py Initial commit 2023-08-16 05:28:24 +00:00
yahtzee_goals.py Initial commit 2023-08-16 05:28:24 +00:00