pkrsim

Simulates poker hands (Texas Holdem Hands). Results can be used to calculate static information about the hands. The lib can also be used für poker hand Evaluation.

Leiningen/Boot

[pkrsim "0.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

pkrsim/pkrsim {:mvn/version "0.0.1-SNAPSHOT"}

Gradle

implementation("pkrsim:pkrsim:0.0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>pkrsim</groupId>
  <artifactId>pkrsim</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>