4 Commits

Author SHA1 Message Date
jwberent
d856b055dc I added the goals to the Yahtzee game.
Checkpoint 3:
My experience working with OOP is that I understand most of it but is still a little confusing.  I wasn't able to figure out all of the goals for the game.  This is different than how I would have written the program in units 1 and 2 as I would have just made a bunch of functions and called them throughout my code.  Now we can use classes.
2025-11-05 00:07:09 -05:00
jwberent
fdcd5d5ae9 I added the comments to each line of yahtzee.py
Checkpoint 2:
My thinking was different in that I was trying to see what the code was doing instead of actually figuring out the correct syntax.  It was definitely easier to think this way as I already knew the code worked.  I will add docstrings in my future code for portions of the code that is confusing.
2025-11-04 22:19:25 -05:00
jwberent
a72b6338f2 I tried to finish checkpoint 1 but no matter what I did it kept giving me 100%.
Checkpoint 1:
You could use classes when coding something that uses multiple functions.  For example, any game with multiple players could be made with classes.
2025-11-04 21:17:52 -05:00
ef10c56e70 Initial commit 2025-08-27 17:02:47 +00:00