pokerwars / pokerwars.io-starterbot-python

A starter bot written in python for the pokerwars.io platform. To play: pull this code, register on pokerwars.io, get your API token and play!
https://www.pokerwars.io/
44 stars 11 forks source link

[Bug] Ties are not handled correctly #8

Open JbCourtois opened 4 years ago

JbCourtois commented 4 years ago

Tournament 1041892307916901006, hand 29

Context: I have AK, there is a 45678 straight on the board (no flushes are possible). Every player checked to the showdown.

There is an all-in player, so it is not possible that all players except me have folded.

Expected: The hand should be a tie unless another player has 9x or T9, then the best straight wins.

Actual: I won the pot.