Rounder is a poker client and server.
To play you'll need to connect to a server. You can start one by running:
rounder-server
This will spawn a server with one or two limit holdem tables. The server will
be listening on port 35100, and if this port is accessible to the internet you
can invite friends to connect and play as well.
To start playing just run:
rounder
And enter the appropriate server information and a username of your choice.
WARNING: At this point in time account creation isn't implemented. You can
choose any login name you want, but you *MUST* use the password 'password'.
Future releases will obviously correct this.
If you're feeling lonely and would like a really unintelligent bot to play
against, just run:
rounder-randombot --host localhost --port 35100 -u bot0 -p password
Product's homepage
Requirements:
· Twisted
· cerealizer
What's New in This Release: [ read full changelog ]
· 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.