Hi pokersource-users, In case you haven't heard about it, TinyPoker is a collection of poker software I've written. It was originally written for a poker bot programming competition at my university. It includes a server (pokerd), an example bot (bagelbot), and some source code packages for communicating with the server in various programming languages (Java, C, C++). The code is in the pokersource subversion repository: http://svn.gna.org/viewcvs/pokersource/trunk/tinypoker/
On Fri, 28 Sep 2007 09:27:32 +0200 Loic Dachary <[EMAIL PROTECTED]> wrote: > I see that you've commited some changes to tinypoker. > I'm curious to know what it is about ;-) I'm cleaning up the code a bit and making improvements so that I can make a release :) Here's what I'm planning on doing... - use doxygen for code documentation, code examples and man pages - use libconfuse for reading the config file instead of flex and bison - use libdaemon for "daemonizing" the server - use CMake instead of a hand crafted make file - add a web interface to add/del players, view stats and show game results - improve the networking code - make a website for documentation and other information about TinyPoker -- Tom Cort <[EMAIL PROTECTED]> _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
