Texas Hold Em Simulator
The Texas Hold Em Simulator was made using a library by Richard Schneider.
(see
cards js)
The Texas Hold Em Simulator is used to calculate win probabilities given certain
deals. First, set the number of players other than yourself in the number of players combobox.
Next, click the deal button. This will deal you two cards. The probability of winning
with the hand you were dealt and the number of players is calculated and displayed.
Next, click the deal button again, this will deal another card to the table, and the
probability will be re-calculated.
The probability of winning is calculated using the
poker module
by
simulating
the number of hands specified.
Instead of letting the system deal you a set of cards, you can specify the cards you wish to simulate by
entering them into the hand and table textboxes. These will be populated by default as you click the deal
button.