Texas Holdem hand evaluator
This spreadsheet can be used to evaluate a player's Texas Holdem hand and show which hand types would beat you. It uses a .NET library to evaluate and score a players hand and compute the hand value (ie.. Full house, 6s full of 2s). There is a grid of potential opponent pocket hands, which holds the 169 possible types of starting hands. Each cell in the grid contains a list of pocket hands for that group (stored as a 52 digit binary mask) and the Invalid/Win/Tie/Lose information for that group. Groups of hands that beat you will appear as red cells, Tie hands will appear as yellow, and hands that you beat will be white. In this version you must enter a full 7 card hand (two pocket cards, full flop, turn and river). The next version will include support for partial hands and use a monte carlo simulation to evaluate which hands have the most potential. |
This model has been created for Resolver One, an advanced spreadsheet. You can download Resolver One here. |
