DealORound / Deal-O-Round

Flutter port of the Deal-O-Round board card game
MIT License
2 stars 0 forks source link

Recognize five of a kind hands #1

Closed MrCsabaToth closed 4 years ago

MrCsabaToth commented 4 years ago

Since we are dealing with multiple decks, due to overlapping of decks five of a kind is a possibility as well. User named "Jivan Scarano" discovered this defficiency: "Great game, but it needs to recognise five of a kind, which should be worth more than a royal flush (which should also be worth more than a straight flush). This would be in line with poker variations (with jokers, etc.) where five of a kind does indeed beat a royal flush. I had four 7s lined up, and made a few more moves to get another 7 to drop next to them, but when I selected the five 7s, the game identified the hand as a full house, 7s full of 7s, and I only got 365 points for it. It needs to be fixed."