Commit Graph

5 Commits

Author SHA1 Message Date
Hope b5acf78bbc created new function to return a count of each face value in a roll of 5 dice.
I think it could be made to be cleaner by calling a function that determines
how many "of a kind" there are by passing arguments of how many "of a kind"
you are looking for.  2 of a kind, 3 of a kind, 4 of a kind etc.
2025-07-23 20:55:43 -04:00
Hope 81ad4a3355 added some goals to game 2025-07-21 19:44:11 -04:00
Hope 3d5c2e1d8c Updated the logic to have a three and four of a kind logic.
I set the list to a variable because I kept getting an error saying the object was not iterable.
2025-07-16 08:25:03 -04:00
Hope c46657de4f I added the docstrings.
My thinking was different in that I had to try to figure out what all the pieces were
doing as opposed to creating the logic myself.
Including comments helps remind me as well as helps other future users of my code.
2025-07-15 21:54:34 -04:00
hope a034fda385 Initial commit 2025-04-25 21:27:35 +00:00