Go to file
Seoyeon Lee b7f1ec19bf This was intersting. The probablity with dice is a good tool to use in class, but sometimes it's not so intuitive for some students espeically when there are multiple dice involved. This activity could encourage students to discuss and changing the code or writing a new code is a good way to simulate each probablity case. For example, three_of_a_kind and four_of_a_kind, how similar they are and how different they are is good way to start a conversation, then how we can change the code can be easily done once students fully understand how to calculate probablity. 2024-12-10 18:56:30 -05:00
.commit_template Initial commit 2024-08-28 15:02:57 +00:00
.gitignore Initial commit 2024-08-28 15:02:57 +00:00
dice_stats.py This was intersting. The probablity with dice is a good tool to use in class, but sometimes it's not so intuitive for some students espeically when there are multiple dice involved. This activity could encourage students to discuss and changing the code or writing a new code is a good way to simulate each probablity case. For example, three_of_a_kind and four_of_a_kind, how similar they are and how different they are is good way to start a conversation, then how we can change the code can be easily done once students fully understand how to calculate probablity. 2024-12-10 18:56:30 -05:00
die.py Initial commit 2024-08-28 15:02:57 +00:00
play.py Initial commit 2024-08-28 15:02:57 +00:00
poetry.lock Initial commit 2024-08-28 15:02:57 +00:00
pyproject.toml Initial commit 2024-08-28 15:02:57 +00:00
yahtzee.py Initial commit 2024-08-28 15:02:57 +00:00
yahtzee_goals.py Initial commit 2024-08-28 15:02:57 +00:00