Skip to content

emilb/texas-holdem-botgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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