diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-12-14 16:00:46 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-12-14 16:00:46 +0000 |
commit | 01e53b475b04901e495f43ab09d0b9c8ab001722 (patch) | |
tree | 5b1a89248747a191e7400945c7285d6c0a578a8f /games/py-poker-eval/pkg-descr | |
parent | 840ee4a79ce45d127aa1c072fe03054c30467ed9 (diff) | |
download | ports-01e53b475b04901e495f43ab09d0b9c8ab001722.tar.gz ports-01e53b475b04901e495f43ab09d0b9c8ab001722.zip |
Notes
Diffstat (limited to 'games/py-poker-eval/pkg-descr')
-rw-r--r-- | games/py-poker-eval/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/games/py-poker-eval/pkg-descr b/games/py-poker-eval/pkg-descr new file mode 100644 index 000000000000..01129de47211 --- /dev/null +++ b/games/py-poker-eval/pkg-descr @@ -0,0 +1,8 @@ +This package is python adaptor for the poker-eval toolkit for writing +programs which simulate or analyze poker games as found at +http://gna.org/projects/pokersource/. The python interface is +somewhat simpler than the C API of poker-eval. It assumes that the +caller is willing to have a higher level API and is not interested in +a one to one mapping of the poker-eval API. + +WWW: http://www.pokersource.org/pypoker-eval.php |