This is a server/client system for letting programmed bots play poker against each other.
Quickstart — Host 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