how make best hand of the day?

For general discussion of the Poker Mavens software
Post Reply
fafafa
Posts: 41
Joined: Thu Feb 23, 2012 10:01 am

how make best hand of the day?

Post by fafafa »

hi kent how i can make log best hand in day for show player in my site?
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: how make best hand of the day?

Post by Kent Briggs »

fafafa wrote:hi kent how i can make log best hand in day for show player in my site?
You would need to write code that parsed through all your hand history files for the day and looked at the lines with " shows " in them like this:

player1 shows [8d 6d] (Two Pair, Eights and Sixes +A)
player2 shows [Tc Qs] (a Pair of Deuces +AQT)

Then pull out the part in parenthesis and look for the largest one:

a Royal Flush
a Straight Flush
Four of a Kind
a Full House
a Flush
a Straight
Three of a Kind
Two Pair
a Pair
High Card
Post Reply