
poker-network includes a poker server, a clientlibrary, an abstract user interface library, and aclient based on it. The server deals the cards andchecks the user actions using a poker game engine(poker-engine). It listens on a TCP/IP port andunderstands its own specific protocol. Thepersistent information is stored in a MySQLdatabase. The client library implements thepoker-network protocol for the client. Theabstract user interface library provides aframework based on the client library and suitedto implement a user friendly client.
License: GNU General Public License (GPL)
Changes:
JSONP support and session control were added forthe REST API. Bugs were fixed.
More...