Random-Turn Games: Dynamics & Analysis
- Random-turn games are multi-agent games where move order is decided by chance, fundamentally altering traditional strategic play.
- They encompass models like classic random-turn, first-visit, and a priori assignment, each offering unique insights into game dynamics and algorithmic complexity.
- These games connect to Markov decision processes, continuous bidding strategies, and PDE limits, highlighting applications in combinatorial game theory and phase transitions.
A random-turn game is a multi-agent setting in which, at each move, the identity of the moving player is decided by a random process, typically an independent coin flip (potentially biased), as opposed to deterministic alternating turns. This stochastic control of move order fundamentally alters standard combinatorial and positional game dynamics and induces probabilistic Markov processes, with critical consequences for strategy, thresholds, values, algorithmic complexity, and the structure of optimal play.
1. Definitions and Core Models
The canonical form of a random-turn game is as follows: let be a finite directed graph (the "arena"). Each position corresponds to a vertex. At each step, a coin is tossed; with probability , Player I (Max, Maker, attacker, etc.) moves the token, and with probability $1-p$, Player II (Min, Breaker, defender, etc.) does so. The play thus generates a (finite or infinite) history, with the objective and payoff depending on the specific class of game: reachability, parity, mean-payoff, or combinatorial win condition (Avni et al., 2017, Avni et al., 2019, Avni et al., 2018, Devlin et al., 2024).
Alternative randomization models include:
- Classic random-turn: At each visit to a node, a new coin flip determines control.
- First-visit assignment: Ownership is randomized only on first visit and then fixed thereafter.
- A priori assignment: All ownerships are randomly assigned before play and fixed throughout (Bahmani et al., 12 Jan 2026).
Random-turn play thus forms a Markov chain (in the case of finite, acyclic games) or a Markov Decision Process/Stochastic Game (in infinite-duration or cyclic arenas).
2. Combinatorial Games: Chomp and Nim under Random Play
Devlin–Trifonova's analysis of random-turn Chomp and Nim yields explicit formulas for both the expected duration and win probabilities under uniform random-move selection. For an impartial game with position set , and successors :
- Expected turns (markovian recurrence):
For Chomp, the closed solution is:
For an board,
- Two-row Chomp win probabilities:
For ,
where are integer recurrences (see (Devlin et al., 2024) for initial values and recursions).
- Random Nim:
Each pile acts as one-row Chomp. The expected total turns is the sum of the individual pile harmonic numbers:
Win probability is $1/2$ for nontrivial positions (i.e., any pile ).
Significantly, random play collapses the usual first-player advantage: for board configurations with any nontrivial choice (e.g., in two-row Chomp), both players have a win probability of exactly $1/2$ (Devlin et al., 2024).
3. Random-Turn Graph Games and Stochastic Bidding Equivalences
Several classes of graph games—reachability, parity, and mean-payoff—possess a deep equivalence between random-turn models and continuous bidding mechanisms (notably Richman and poorman bidding):
- Richman bidding associates a fair (unbiased coin) random-turn process. For reachability, the "threshold budget" at vertex satisfies:
where are maximal/minimal value successors.
- Poorman bidding connects to biased coins: the optimal value with initial budget ratio equals the random-turn value with bias (Avni et al., 2018, Avni et al., 2019). For mean-payoff and parity games, this connection enables transfer of value and optimal strategies (potential and strength) between auction-style bidding and random-turn Markovian analysis.
- Taxman bidding interpolates with a coin bias (Avni et al., 2019).
Explicitly, in two-vertex mean-payoff examples, all three mechanisms map exactly to the expectation $2p-1$ ( the effective coin probability for Player 1).
4. Random-Turn Positional Games: Maker-Breaker Games
Random-turn variants of classical positional games involve a coin-flip before each claim, generalizing Maker–Breaker games. Thresholds for transition between typical Maker/Breaker wins correspond to key random-graph thresholds:
| Game | Random-turn threshold |
|---|---|
| Box (intact set) | |
| Hamilton cycle on | |
| -connectivity on |
Efficient randomized strategies can match the threshold up to constants, using Chernoff bounds and Box-game block decompositions. The existence of these explicit polynomial-time algorithms demonstrates that the randomization of turn-order does not significantly change the threshold regime, but drastically alters the strategy space and removes deterministic first/second player biases (Ferber et al., 2014).
5. Infinite-Duration Random-Turn Games and Complexity
For infinite-duration games on graphs (reachability, parity, energy/mean-payoff), control assignment via random turns introduces several variants with distinct computational complexity profiles (Bahmani et al., 12 Jan 2026):
- Classic random-turn (re-flip on each visit): Qualitative almost-sure win is NL-complete for all objectives.
- First-visit assignment: Quantitative threshold problems are PSPACE-complete for deciding if the maximizer can win with probability at least .
- A priori assignment: Exact winning probability computation is P-complete; a randomized approximation scheme via Monte Carlo efficiently estimates values, with sample complexity for additive error and confidence .
Memoryless strategies suffice in all cases, and critical recursions reduce to linear (for classical) and alternating polynomial-time checks (for first-visit assignments).
6. Thresholds and Phase Transitions in Random-Turn Minimax Games
Pearl's tree-based analysis and recent work on non-tree random-turn graphs (e.g., , ) demonstrate the existence of sharp threshold phenomena in the win-probability as the underlying randomness parameter crosses a critical value (Cardona-Tobón et al., 2024):
- Pearl case (tree): For , Player II has a winning strategy a.a.s.; for , Player I does.
- Non-tree cases: Sharp thresholds persist, but the critical regimes and limiting probabilities at threshold differ. Total and maximal pivotality influence (via BKKKL and Russo's formula) control window width, which is of order for graph depth .
- Open questions: Precise values of thresholds, sharpness exponent, and behavior of .
These analyses illuminate stochastic phases and transitions in random-turn settings, of fundamental interest in probabilistic Boolean function analysis and connection to cellular automata.
7. Random-Turn Games in Continuous and PDE Settings
Random-turn Tug-of-War games, in which players randomly decide token moves over graphs or metric spaces, have connections to the theory of infinity harmonic functions and extremal partial differential equations (Antón et al., 2019). The dynamic programming principle (DPP) for value functions in graph games takes the form:
Uniqueness and existence follow from discrete comparison principles. The continuum limit connects to solutions of the Jensen extremal PDE:
This provides a rigorous framework linking stochastic random-turn gameplay to viscosity solutions and variational analysis.
References:
(Avni et al., 2017, Avni et al., 2019, Avni et al., 2018, Devlin et al., 2024, Bahmani et al., 12 Jan 2026, Cardona-Tobón et al., 2024, Ferber et al., 2014, Arieli et al., 2015, Antón et al., 2019)