emilb / texas-holdem-botgame

A server and client for letting bots play Texas hold'em
6 stars 4 forks source link

Texas hold'em Botgame

This is a server/client system for letting programmed bots play poker against each other.

QuickstartHost your own server.

git clone https://github.com/emilb/texas-holdem-botgame.git
cd texas-holdem-botgame
mvn clean install

cd server
mvn jetty:run

Open browser to: http://localhost:8080

General client instructions: http://poker.cygni.se/gettingstarted

Instructions for hacking a java-client: https://github.com/emilb/texas-holdem-botgame/tree/master/client-implementations/java-client

Instructions for hacking a nodejs-client: https://github.com/emilb/texas-holdem-botgame/tree/master/client-implementations/nodejs-client