Skip to content

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

Notifications You must be signed in to change notification settings

cygni/texas-holdem-botgame

Repository files navigation

Texas hold'em Botgame

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

QuickstartRun with Docker. docker pull cygni/texasholdem:server-1.1.22.2 docker run cygni/texasholdem:server-1.1.22.2

QuickstartBuild your own server with Docker.

git clone https://github.com/cygni/texas-holdem-botgame.git
cd texas-holdem-botgame

docker build -f Dockerfile-server -t texas .
docker run -p 8080:8080 -p 4711:4711 texas

Open browser to: http://localhost:8080

QuickstartHost your own server with local Java.

git clone https://github.com/cygni/texas-holdem-botgame.git
cd texas-holdem-botgame

mvn clean install
mvn jetty:run

Open browser to: http://localhost:8080

QuickstartDeveloping your client

git clone https://github.com/cygni/texas-holdem-botgame.git
cd texas-holdem-botgame

docker build -f Dockerfile-client -t texas-client .
docker run texas-client

Tests mvn org.pitest:pitest-maven:mutationCoverage

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published