Name : poker-network
| |
Version : 1.0.35
| Vendor : Mandriva
|
Release : 1mdv2007.1
| Date : 2007-02-14 21:45:53
|
Group : Development/Python
| Source RPM : poker-network-1.0.35-1mdv2007.1.src.rpm
|
Size : 2.77 MB
| |
Packager : David Walluck < walluck_mandriva_org>
| |
Summary : A poker server, client and abstract user interface library
|
Description :
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 a poker-network specific protocol. The persistent informations (accounts, hand history etc.) are stored in a MySQL database. The server was designed and tested to gracefully handle 1000 simultaneous players on a single machine also running the MySQL server.
The client library implements the poker-network protocol for the client. It runs a poker-engine identical to the one used by the server and uses it to simplify the implementation of a client. For instance it creates an event indicating that the player lost position although the server does not send such a packet. A simple minded bot is provided as an example usage of the client library.
The abstract user interface library provides a framework based on the client library and suited to implement a user friendly client. A display is fed with events such as give seat S to player P or get amount A from side pot P to player P so that the rendering part of the user interface does not need to maintain contextual game information. A toolkit is fed with high level interaction actions such as ask login and password or display the following holdem tables. An animation module is fed with events that can trigger animations or sounds such as player P timeouted or player P wins the pot.
The client based on the user interface library uses GTK.
|
RPM found in directory: /vol/rzm6/linux-mandriva/official/2007.1/i586/media/contrib/release |