Roadmap
What works in version one, what is in development, and what landed last. Honest changelog for the PokerGods calculator suite and editorial.
This page exists because version one of a calculator should not lie about what it does. Every tool on the site is tagged either Stable or In development. Stable means the math is solid and the meta description matches what the tool actually returns. In development means the page ships with a working v1 but a narrower scope than the eventual goal, called out on the page itself.
Stable in v1
- Pot odds calculator. Exact arithmetic, optional implied odds.
- ICM deal calculator. Recursive Malmuth-Harville implementation, any stack count.
- Risk of ruin calculator. Closed-form exponential formula. Inputs validated.
- Kelly criterion calculator. Clamped to zero when edge is negative. Full, half and quarter Kelly returned.
- Sklansky-Chubukov rankings. Static reference table, all 169 starting hands, filterable.
- Poker variance calculator. Cash-game Monte Carlo with sample path visualisation.
- M-ratio calculator. Standard formula, push-or-play colour code.
- EV calculator. Two-outcome and multi-outcome modes.
In development
- Tournament variance calculator. v1 ships a 5,000-trial Monte Carlo with a power-law payout curve calibrated to your ROI. It is an approximation, not solver output. A pluggable payout structure and bounty/satellite multipliers are next.
- Push-fold trainer. v1 covers 15bb SB versus BB unopened with the Nash range. v2 will widen to UTG through SB across 8 to 20bb, and ranges will swap on the fly.
- Bankroll calculator. v1 sizes a cash bankroll from win rate, standard deviation and chosen risk tolerance. MTT bankroll sizing, with a separate ROI-and-field-size input set, lands next.
- Rakeback ROI calculator. v1 prices a single room. A side-by-side two-room comparison view is being built.
- Equity calculator. Range-vs-range equity is not in v1. For now the Hold'em odds calculator handles specific hand matchups. The range parser is shipped (it powers the push-fold trainer), the engine still needs work.
- Hold'em odds calculator. v1 supports two hands and exhaustive board enumeration. Multi-way and range-vs-range support are part of the same engine work as equity.
Recent changes
- May 12, 2026. Phase 1 cleanup landed. Calculator script load order fixed so PG.* exists before inline scripts run. Tournament variance bug killed and rewired to a real Monte Carlo. Push-fold trainer rebuilt on the shared range parser. Broken strategy links repointed. Overpromising meta descriptions rewritten to match what the v1 tools actually do. SoftwareApplication and BreadcrumbList JSON-LD added. Mobile-first CSS pass on calculators, no more horizontal scroll. Duplicate verdict on room reviews removed.
What we will not do
- Use chess.com style daily-puzzle gimmickry as a substitute for working tools. The puzzle ships when the equity engine is real, not before.
- Promise GTO solver output. We are an off-table study and modelling layer. If you want real solver work, run a desktop solver.
- Build features that only make sense for casual players. The site is for grinders. Soft retention beats SEO traffic.
Spot a bug, a mathematical error, or a meta description that still overpromises? Email hello@pokergods.com. Fixes ship in the next deploy.