Go to file
Pat Wick 0f68ab5afd Modified dice_stats.py to fix a bug in 3+4 of kind
Found an error where self.faces().sort() was syntacticly correct, at
least I think it is, but wasn't actually generating my sorted list.
Storing the faces returned list as a variable and then sorting the
list stored in the variable did work reliably.
2024-02-04 20:54:44 -05:00
__pycache__ Finished yahtzee_goals.py with all but the bonuses 2024-02-03 22:31:40 -05:00
.commit_template Initial commit 2023-08-15 13:22:49 +00:00
dice_stats.py Modified dice_stats.py to fix a bug in 3+4 of kind 2024-02-04 20:54:44 -05:00
die.py Initial commit 2023-08-15 13:22:49 +00:00
play.py Finished yahtzee_goals.py with all but the bonuses 2024-02-03 22:31:40 -05: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 Added docstrings to yahtzee to outline methods 2024-02-03 20:09:02 -05:00
yahtzee_goals.py Finished yahtzee_goals.py with all but the bonuses 2024-02-03 22:31:40 -05:00