lab_dice/__pycache__
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
..
die.cpython-310.pyc Added is_three_of_a_kind and is_four_of_a_kind 2024-01-31 20:13:01 -05:00
yahtzee.cpython-310.pyc Finished yahtzee_goals.py with all but the bonuses 2024-02-03 22:31:40 -05:00
yahtzee_goals.cpython-310.pyc Finished yahtzee_goals.py with all but the bonuses 2024-02-03 22:31:40 -05:00