poker-eval 135.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News poker-eval 135.0 (Default branch)
# 1  
Old 12-27-2008
poker-eval 135.0 (Default branch)

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. License: GNU General Public License v3 Changes:
Bugfixes. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
HOLDINGNUTS-SERVER(6)						HoldingNuts manual					     HOLDINGNUTS-SERVER(6)

NAME
HoldingNuts - a poker client and server SYNOPSIS
holdingnuts-server [-c config-dir ] DESCRIPTION
HoldingNuts is an open source multi-platform poker client and server. You can play the popular Texas Hold'em variant with people all over the world, meet your friends, run your own games and even setup your own poker-network. This is the server part which runs the games and listens on a specific port (default: 40888) for client connections. OPTIONS
-c config-dir Use an alternate config-dir instead of the default ~/.holdingnuts. FILES
~/.holdingnuts/server.cfg The default server configuration file. ~/.holdingnuts/server.log The default server log file. WWW
The project webpage: http://www.holdingnuts.net/ The project wiki: http://wiki.holdingnuts.net/ The online manual: http://wiki.holdingnuts.net/manual AUTHOR
Dominik Geyer <dominik.geyer@holdingnuts.net> is the main author, but the whole list of contributors is found at http://www.holdingnuts.net/about SEE ALSO
holdingnuts(6) Dominik Geyer Version 0.0.5 HOLDINGNUTS-SERVER(6)