poker-network 1.5.0 (Default branch) |
|
|
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".
|