A Nash equilibrium solver for the 2-player Push/Fold (all-in or fold preflop) subgame of Texas Hold'em,
written in Rust and compiled to WebAssembly. The game is solved via
CFR+, a counterfactual regret minimization algorithm variant with good empirical performance. Precomputed
tables of equities and matchup probabilities allow fast solutions even on mobile devices.