aboutsummaryrefslogtreecommitdiff
path: root/games/poker-eval/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2006-12-14 15:57:52 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2006-12-14 15:57:52 +0000
commit840ee4a79ce45d127aa1c072fe03054c30467ed9 (patch)
tree233e46c224e2735325a0b6e8166dd47247ebabb8 /games/poker-eval/pkg-descr
parentfd6807071b6497e7664d5afdd3674caa95ad6a56 (diff)
Notes
Diffstat (limited to 'games/poker-eval/pkg-descr')
-rw-r--r--games/poker-eval/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/games/poker-eval/pkg-descr b/games/poker-eval/pkg-descr
new file mode 100644
index 000000000000..dda668dddd26
--- /dev/null
+++ b/games/poker-eval/pkg-descr
@@ -0,0 +1,9 @@
+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.org/poker-eval.php