Commit Graph

3 Commits

Author SHA1 Message Date
caglazir
f97db27370 Edited the docstrings on the Yathzee.
Checkpoint 2: I think writing the docstrings GREATLY helped me understand the code.
I would love to get in the habit of utilizing this for any new code that I might
encounter, if time permitting. It helped me analyze the step=by=step process of
the running code. It was different in a sense that I thought it was more intentional
than writing the code. When I write code I start with a very rough draft of it
then fixing it as I go. I think if I start thinking of code in the way I wrote these
docstrings, my understanding and skills of coding would improve.
2025-11-16 21:22:33 -05:00
caglazir
773aebc443 I edited the dice code to include 3 & 4 of a kind.
Checkpoint 1: I am not familiar with classes at all so I am still
a little unsure of what I could implement this on. Maybe for things that need
to run multiple times until it corresponds to a certain value... The first
thing I can think of is hacking! Like in the movies the hackers run bunch of
passwords until they find the right one, lol! Since we're also in the game unit,
I remember there was these dressing up games that would score your outfit for certain
events. I wonder if they utilized a similar thing where they went through various combinations
that the players made and scored if they were matching (like three of a kind, etc.).
2025-11-16 20:37:25 -05:00
bf5f656ae2 Initial commit 2025-09-04 20:32:18 +00:00