SudoOmbro / pilgram

a texting based idle MMO-rpg
MIT License
45 stars 2 forks source link

Fix Hands Minigame #1

Closed NiklasvonM closed 1 month ago

NiklasvonM commented 1 month ago

The hands minigame is currently broken: The win condition check currently checks whether the sum of two dice is equal to the result, not the bet.

The following screenshot shows the bug in action:

Note that you may also want to update the BET_BIASED. The theoretically best bet (using this fix) is 7 as I have verified with a short simulation.

SudoOmbro commented 1 month ago

Didn't realize that when writing it, nice catch!