Description of project - ousou/Javalabra-2013 GitHub Wiki

Poker hand simulator

The program calculates the pot equity of poker hands in specific situations. The user can pit two (or more) hands against each other and see the winning probabilities for both hands.

The program supports Texas Hold'em, Omaha Hold'em, Five card draw, Five card stud and Seven card stud-simulations.

Usage

The user can select cards for two to ten starting hands, and select zero to five board cards (if the selected game is a community card game). The user may also select the number of times the simulation is run. After that, the user starts the simulation, and the program outputs the winning, losing and tying probabilities for each hand, and calculates the equity for each hand.