View Single Post
  #12  
Old 12-13-2005, 06:49 PM
pokergrader pokergrader is offline
Senior Member
 
Join Date: Apr 2005
Posts: 210
Default Re: Programmer Needed - Will Pay

As somebody who has spent more time decoding hand histories and programming this exact kind of software, I can say that adding support for PokerRoom isn't that horrible:

*PokerRoom puts money in pot amounts next to all actions, which is nice and easy

*PokerRoom includes uncalled bets in the final pot size, which is nice and easy

Other than using a non newline delineated format, there is nothing particularly nastly about it.

However, I will say I have never looked at all the worst case situations, so I have no idea how multiple blinds, split pots and other situations are handled, and one bad case can make the whole decoder a bitch to program.
Reply With Quote