Go to file
Rebecca Hankey 6263f6acdd I created two new methods for the calculation
of running the same simulation but for instances where three of a kind
are rolled with five dice and four of a kind are rolled with five dice.

Classes are a really useful way to run these high probability situations.
It might be fun to run something like the odds of winning certian bets or
the odds of your lottery numbers being the correct ones. Is that legal?
Feels illegal...

Anyway, it would also be interesting to combine these simulations with data
from other labs that we have done in class. For example, the weather lab.
Could you create a simluation that has a thing (like the die or a weather event) and an environment
in which to run that thing that has certian rules based off of data?

So, for example, could you run a simulation about the liklihood of a weather event
hitting your property? Or would that be more data science (like unit 2)?
2024-11-21 18:55:50 -05:00
.commit_template Initial commit 2024-08-29 12:32:48 +00:00
.gitignore Initial commit 2024-08-29 12:32:48 +00:00
dice_stats.py I created two new methods for the calculation 2024-11-21 18:55:50 -05:00
die.py Initial commit 2024-08-29 12:32:48 +00:00
play.py Initial commit 2024-08-29 12:32:48 +00:00
poetry.lock Initial commit 2024-08-29 12:32:48 +00:00
pyproject.toml Initial commit 2024-08-29 12:32:48 +00:00
yahtzee.py Initial commit 2024-08-29 12:32:48 +00:00
yahtzee_goals.py Initial commit 2024-08-29 12:32:48 +00:00