Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does an open-source poker-related math library exist? [closed]

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.

like image 408
Ben S Avatar asked Nov 05 '09 14:11

Ben S


2 Answers

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/

like image 105
Chris Farmer Avatar answered Sep 19 '22 03:09

Chris Farmer


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

like image 21
Dave Swersky Avatar answered Sep 22 '22 03:09

Dave Swersky