4 Commits

Author SHA1 Message Date
juddin2
8a3d6c00e4 Wrote a new goal in yahtzee_goals.py
I'm not sure if I underdtood it correctly. But, I found that it broke down a large piece of code into smaller pices like a code for dice, goals, and the game. Additionally, it also made it easier to test and change codes if needed.
2025-11-09 20:04:59 -05:00
juddin2
4b96a94574 I wrote a docstring in each function about what that function does.
When I was writing the docstring I was thinking about how to explain it rather than trying to make sure the program is working.
I might use a doctring in my suture projects to make sure that I know what the function is for in case I need to go back and fix things.
2025-11-09 19:53:11 -05:00
juddin2
800b6671c3 I wrote 2 new functions.
I could use classes to stimulate a deck of cards.
2025-11-09 19:32:03 -05:00
470b1bbc7e Initial commit 2025-08-31 20:53:07 +00:00