vote up 1 vote down star

I would like to develop a poker odds application that can give the probability of various game situations. Since the application will be mostly statistical analysis, I figured I would see if someone else had already written a library that implements the required mathematics.

I would prefer cross-platform open-source in C++, but that's not a requirement.

flag

3 Answers

vote up 3 vote down check

This is a subset of Dave's list, but I suggest you look at twodimes.net. It is a web app that uses the pokenum open source library. It is written in C. It does hand enumeration and stats for several poker varieties.

http://twodimes.net/poker/info/

link|flag
The libraries they use seem to be very complete and fairly mature. Thanks! – Ben S Nov 5 at 15:11
vote up 0 vote down

Pokestove is a free app that does what you want to develop. Maybe you can use RedGate's Reflector to look in its assemblies and see how they did it.

link|flag
vote up 0 vote down

Here's a list of poker-related software tools.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.