Go to file
Pat Wick 19cd2472c8 Finished yahtzee_goals.py with all but the bonuses
Python OOP is just different enough from Java's syntax that it's
driving me crazy, but I'm still having fun. Honestly I always looked
at OOP as having a different set of "scopes" as functional Programming
but the more I've been using OOP the more I see it's just the same
scope and access paradigm. You need to either receive or create data,
do something with it, and possibly pass data back to something else.

This unit is going to be an exercise in patience for me because I see
a lot of framework building before actually getting to the result that
I want.
2024-02-03 22:31:40 -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 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 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