Open Side Menu Go to the Top

10-01-2007 , 12:06 AM
Howdy,

I'm looking for a command line program that can do either of the following:

1. Given a poker hand and the current board, returns the # of better poker hands

or (a more basic form...)

2. Given two hands, returns which is the best poker hand given the current board cards.

I've been toying with twodimes pokenum, eval, and other software, but I couldn't find one that does either of these tasks. I'm completely ignorant of C++, otherwise I'd try to edit their code to do this. If anyone can point me in the right direction, I'd appreciate it!
Searching for command line evaluation program Quote
Searching for command line evaluation program
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
Searching for command line evaluation program
10-01-2007 , 12:14 AM
Pokenum does #2, surely?
Searching for command line evaluation program Quote
10-01-2007 , 12:23 AM
You can do it when all the cards are out, but not for say, on the flop. Understand what I mean? I tried making every other card in the deck dead, but pokenum didn't like that one bit

Bonus question: The best thing I could hope to find would be a program that given my hand and the board, returns each of the hands that beat it in this format:

8h 7h, As Ah, 2d 8c

Does this exist? If not and someone can create a fast command line program to do it, I'd donate a few bucks on PokerStars.

Nicho
Searching for command line evaluation program Quote
Searching for command line evaluation program
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
Searching for command line evaluation program

      
m