Exact OFC & Fantasyland solvers. 13–17 cards, jokers included, solved in milliseconds — free.
Every result is checked against independent brute-force enumeration — see how it's verified below.
Try the solverAlready at the last street? The endgame solver ranks every legal way to place your final draw by exact EV.
Try the endgame solverHow it works
You enter the 13–17 cards dealt to you in Fantasyland (jokers included). The solver checks every way to split them into a valid top/middle/bottom arrangement, scores each by its royalties plus a bonus for staying in Fantasyland, and returns the best one — in milliseconds, entirely in your browser.
Exact, not heuristic
The core search is a branch-and-bound exhaustive solver, cross-checked against independent brute-force enumeration of every possible arrangement for 13- and 14-card hands (including joker hands). It never approximates: the placement it returns is provably optimal for the objective it's given.
How it's verified
Exactness isn't just claimed — it's checked. The Fantasyland solver's branch-and-bound search is cross-checked against an independent brute-force enumeration of every possible top/middle/bottom arrangement: all 72,072 ways to split a 13-card hand, run across 20 random seeds, plus 10 seeds (including joker hands) for 14-card hands where every one of the 14 possible 13-card subsets is also enumerated. The largest case, 17-card hands, is checked the same way against a fully independent oracle built only from the public evaluator API — all 171,531,360 possible arrangements, run for 2 seeds (one per rules preset). Both approaches agree in every case, at every hand size. Larger hands are additionally soak-tested for internal consistency across 10,000 random hands (13-17 cards, both rules presets). The separate endgame solver is cross-checked the same way, against an independent 4-ply brute-force search across 50 positions, including joker configurations and Fantasyland-qualifying boards, plus 32 further cases with varied scoring and foul-penalty rules.
FAQ
Is it free?
Yes. The solver runs entirely in your browser — no account, no server round-trip, and no cost.
What OFC variants does it support?
Standard Pineapple, Joker (Ultimate) — jokers as wild cards, up to 17-card Fantasyland hands — and Progressive Pineapple rules presets.
How is exactness verified?
The Fantasyland solver is cross-checked against an independent brute-force enumeration of every possible arrangement for 13-, 14-, and 17-card hands (jokers included); the endgame solver is cross-checked the same way against 50 independently brute-forced positions. See "How it's verified" above for details.
Can I use this during a live hand (RTA)?
No — this is an off-table study tool for reviewing hands afterward, not for real-time assistance. RTA is against the rules on most poker sites and card rooms; it's your responsibility to follow the rules of whatever platform or venue you play on.