$ ./equity-calculator --monte-carlo=10000
Equity Calculator
Calculate your exact winning percentage using Monte Carlo simulation. Run thousands of random board runouts to determine precise equity in any situation.
## simulation_settings
## input_hands
your hand (hero)
opponent hand (villain)
board cards (optional - leave empty for preflop)
## how_to_use
1.Select your two hole cards (Hero)
2.Select opponent's known or suspected hole cards (Villain)
3.Optionally select board cards (leave empty for preflop equity)
4.Choose simulation iterations (more = more accurate but slower)
5.Click "run_simulation" to calculate your exact win probability
Example Scenarios:
• Preflop all-in: AK vs QQ (classic coin flip ~45-55%)
• Flush draw: A♠K♠ vs Q♥Q♦ on J♠T♠2♣ (~46% equity)
• Set vs overpair: 55 vs AA on 5-8-K (~82% equity)
• Dominated: AT vs AK (~28% equity)