Rounder

Rounder is an open source poker client and server. It is written in Python and released under the GPL. Primary user interface is GTK+, with an additional partially completed curses interface.

Development has been stagnant for quite some time but I still plan to return to it in the near future.

Releases

0.0.1 - Jun 30 2008

First cut, functional $2/4 limit hold'em across the network, but no persistent stats or accounts. Just choose a name/password, login, grab a seat and start playing with $1000 at your disposal. Still quite rough around the edges and almost certainly contains bugs.

rounder-0.0.1.tar.gz: MD5 d99dd7c446c7441cd7caf26a8ba59b54

Community

Rounder is seeing relatively little development at this point in time, but feel free to try and stop by #rounder on the freenode IRC network.

Dependencies

The following are required to run Rounder:

  • Python Twisted: Used to handle all our networking code.
  • cerealizer: Serialization of Python objects.

Development

Code is stored in Git and is hosted at github.com. You can browse it here, or if you with to git clone and hack on it yourself:

git clone git://github.com/dgoodwin/rounder.git

Patches are welcome. A TODO list is loosely maintained in a file in the root of the checkout.