1. Players

Bimatrix (2-player) input.

2. Game input

Each cell is a pair (P1 payoff, P2 payoff). Fractions like 3/4 are accepted.

Paste rows of a,b pairs separated by whitespace. Newlines separate rows.

Numbers separated by spaces or commas; rows on separate lines. Both matrices must have the same shape.

Paste a LaTeX array, tabular, or bmatrix with payoff pairs such as 3,3. Row/column labels and \hline are ignored.

Define h(i, j) for P1 and g(i, j) for P2 in Python. i, j are 0-indexed. min, max, abs, sign, sqrt, Rational are available.

Click a preset to load it into the Grid input.

3. Solvers

Cardinal payoffs. Finds mixed strategy solutions.

First run downloads Pyodide and Python packages from the CDN.

Results