Hold 'em Evaluator is a J2ME MIDlet for evaluating heads-up situations in Texas Hold 'em. Pre-flop odds are approximated using the Monte Carlo method, while post-flop odds are calculated by enumerating all possible boards.

Usage

Input two hole cards for each player and any community/dead cards. Each card is represented by two characters: rank (A,K,Q,J,T,9,8..) followed by suit (s,h,d,c). Select Evaluate to calculate the odds.

Settings

The default number of deals is set to 10000, which should give a reasonable pre-flop accuracy. Greater number of deals equals longer evaluation time. On a SE K700i it takes 3 seconds to simulate 10k hands and 30 seconds for 100k hands.

System Requirements

A Java-enabled device with support for MIDP 1.0 or 2.0.

Tested Devices

Downloads

GetJar.com

Emulator

Try Hold 'em Evaluator online in the emulator.

Acknowledgements

The hand evaluation code is based on UofAHandEval by Computer Poker Research Group at University of Alberta. See license.

Links

Contact

info at pokerware dot org

input result settings result w/o gfx

Valid XHTML Valid CSS