poker-network 1.5.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News poker-network 1.5.0 (Default branch)
# 1  
Old 05-17-2008
poker-network 1.5.0 (Default branch)

Image poker-network includes a poker server, a client library, an abstract user interface library, and a client based on it. The server deals the cards and checks the user actions using a poker game engine (poker-engine). It listens on a TCP/IP port and understands its own specific protocol. The persistent information is stored in a MySQL database. The client library implements the poker-network protocol for the client. The abstract user interface library provides a framework based on the client library and suited to implement a user friendly client. License: GNU General Public License (GPL) Changes:
Complete JSONP support and custom session names. User names can be up to 50 characters. A new packet was implemented: PacketPokerBuyInLimits(Packet). The buy-in boundaries for "game_id" are now in the range ["min","max"]. An optimal buy-in is suggested in "best".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)