Commit Graph

5 Commits

Author SHA1 Message Date
Chris Proctor 90a550c778 Add assessment 2024-03-02 19:13:48 -05:00
Justin Toombs 1d8878f10a I made several changes to the yahtzee_goals python
file in order to provide the various tasks needed to win the
game of Yahtzee.

This style of problem solving has some similarities to our earlier
assignments from the summer, but had a significant number of layers to
it not seen in prior labs. While I certainly understand this method of
thinking and workflow, I do not believe this is how my thinking process
best understands coding. During much of the process, I needed a
significant amount of help to work through and understand even the
smallest of details.
2024-02-04 22:31:56 -05:00
Justin Toombs 8a1f6f677e The changes made here involved providing
docstrings to explain what was occurring in each of the methods.

My thinking for this portion came more naturally than some of my
coding for this lab as it drew on my English teaching background in
order to describe what was happening. I may use this in the future to
understand in greater detail what is occurring in my code.
2024-02-04 19:09:26 -05:00
Justin Toombs a6b4a1aadd There were changes made specifically to develop
the three and four of a kind definitions, and was accomplished
using a comparison between each of the presented integers upon each
roll.

A situation where a class would come in handy would actually be working
with my Dungeons and Dragons Club after school with students to help
them with character creation as a class could be made to help with the
generation of characters with their specific race, character class,
background, inventory, and stats. This would actually be quite the
helpful tool.
2024-02-04 18:14:38 -05:00
jtoombs 29154778d4 Initial commit 2023-08-15 16:42:53 +00:00