mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
dde5af1a53
PR: ports/155810 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
10 lines
510 B
Plaintext
10 lines
510 B
Plaintext
poker-eval is a C library to evaluate poker hands. The result of the
|
|
evalution 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. poker-eval is designed
|
|
for speed so that it can be used within poker simulation software
|
|
using either exhaustive exploration or Monte Carlo.
|
|
|
|
WWW: http://www.pokersource.info/wiki/poker-eval
|