From: Tim E. <tim...@gm...> - 2006-03-06 16:16:39
|
I have been using your libraries (pokereval,pokerengine) for a couple of days now. I noticed this while working on a variant of your simple.py example. PLAYER 1 acting on river PLAYER 1 DECIDED TO check WITH A SCORE OF 0.381520 [PokerGame 0] player 1 checks [PokerGame 0] player 2 checks [PokerGame 0] player 4 checks [PokerGame 0] changing state river =3D> showdown [PokerGame 0] changing state showdown =3D> end [PokerGame 0] winners: [PokerGame 0] =3D> player 3 As Ac Ks Kh Jh (hi) [PokerGame 0] winners: [PokerGame 0] =3D> player 1 Kc Kh Ac Qc Jh (hi) ********************************************************************** The winner is PLAYER1 with A pair of Kings, Ace kicker: Kc, Kh, Ac, Qc, Jh The winner is PLAYER3 with Two pairs Aces and Kings, Jack kicker: As, Ac, Ks, Kh, Jh Why does the PokerGameServer consider OnePair a tie with TwoPairs ? Other than that, your code has been most helpful to me, Thanks. |