Skip to content

oscar6echo/Poker2

Repository files navigation

Texas Hold'em Poker Hand Evaluator

This is an exploration of the Texas Hold'em Poker game, in python and javascript.
An IPython notebook (here it is in its html form) presents the algorithm, originally from SpecialK and the main results.
The tables are available in csv format.
The repo contains fast (jit numba accelerated) Python script to create the tables.
The main results are also available as d3.js visualisations :

And an odd calculator (also d3.js based) :

  • running exhaustively if all player's cards are known.
  • running montecarlo simulations if only one player's cards are known (and some other players's cards may be gueesed).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published