Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 614 Bytes

File metadata and controls

6 lines (6 loc) · 614 Bytes

Texas Hold’em probabilistic calculator

A simple calculator that reveals the chances of getting a given hand in a poker game. It takes card rank and suit as it's two-character input.

The method

The calculator uses one deck to draw cards. Then it randomly draws community cards, simulating thousands of games. After the calculations it spits out the hand names with given probability preceded by it's strength.

Result interpretation

After the simulation, percentage results are presented, indicating how many games on average you would get a given hand. This should help in decision making during the game.