atharvapatil22 / PokerAI

0 stars 0 forks source link

Tiebreaker code can be removed #70

Closed brettyukino9 closed 3 weeks ago

brettyukino9 commented 3 weeks ago

If two hands have the exact same score the pot is split. We currently have it so that the players hand is used as a tiebreaker, and this can be removed.

Test by making the game have the cards 2, 2, 2, 3, 7 He, 8 He, 9 He, 10 He, Q He if working correctly the pot should be split, not have 2 win.

TiptonG commented 3 weeks ago

fixed in #76