Go to file
Pat Wick 35a8bd78ae Added is_three_of_a_kind and is_four_of_a_kind
Checkpoint 1: The first thing that comes to my mind, along the same vein
as the Die objects, is a deck of cards. You could create a deck of Card
objects and deal hands to simulate poker or blackjack.
2024-01-31 20:13:01 -05:00
__pycache__ Added is_three_of_a_kind and is_four_of_a_kind 2024-01-31 20:13:01 -05:00
.commit_template Initial commit 2023-08-15 13:22:49 +00:00
dice_stats.py Added is_three_of_a_kind and is_four_of_a_kind 2024-01-31 20:13:01 -05:00
die.py Initial commit 2023-08-15 13:22:49 +00:00
play.py Initial commit 2023-08-15 13:22:49 +00:00
poetry.lock Added is_three_of_a_kind and is_four_of_a_kind 2024-01-31 20:13:01 -05:00
pyproject.toml Added is_three_of_a_kind and is_four_of_a_kind 2024-01-31 20:13:01 -05:00
yahtzee.py Initial commit 2023-08-15 13:22:49 +00:00
yahtzee_goals.py Initial commit 2023-08-15 13:22:49 +00:00