Go to file
Thomas Naber 2a28d355df My experience with OOP was interesting, as I had
the opportunity to experience it from the perspective my students do.
OOP is helpful in this case because it allows us to break down the steps of yahtzee
and compartmentalize them so that, if we want to change one thing, we do not need
to change the entire program. If we were to try and write this program in Units
1 and 2, we'd need to use multiple different functions, which each depend on
each other. This would be more unwieldy and much more difficult to make updates to.
2024-02-22 20:56:33 -05:00
__pycache__ My experience with OOP was interesting, as I had 2024-02-22 20:56:33 -05:00
.commit_template Initial commit 2024-02-05 00:25:51 +00:00
dice_stats.py When writing docstrings, especially explaining 2024-02-10 15:57:38 -05:00
die.py Initial commit 2024-02-05 00:25:51 +00:00
play.py Will complete this when it's done. 2024-02-22 12:32:29 -05:00
poetry.lock Initial commit 2024-02-05 00:25:51 +00:00
pyproject.toml Initial commit 2024-02-05 00:25:51 +00:00
test_goals.py My experience with OOP was interesting, as I had 2024-02-22 20:56:33 -05:00
yahtzee.py When writing docstrings, especially explaining 2024-02-10 15:57:38 -05:00
yahtzee_goals.py My experience with OOP was interesting, as I had 2024-02-22 20:56:33 -05:00