poker-eval is a C library to evaluate poker hands. The result of the evaluation for a given hand is a number. The general idea is that if the evalution of your hand is lower than the evaluation of the hand of your opponent, you lose. Many poker variants are supported (Draw, Holdem, Omaha, etc.) and more can be added. It is designed for speed so that it can be used within poker simulation software using either exhaustive exploration or Monte Carlo.
| Tags | Games/Entertainment |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | C |
Recent releases


Changes: Bugfixes.


Changes: Bugfixes.


Changes: Portability fixes. A C# binding for enumdefs & std_deck. The functional equivalent of std_deck macros for language bindings.


Changes: This release adds distribution fixes and a Windows bundle (NSI).


Changes: Distribution fixes were done.