Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

New Round

When a player observes that a new round \( (r, 0) \) has begun, the player sets

  • \( \bar{s} := s \),

  • \( \bar{v} := \bot \),

  • \( p := 0 \),

  • \( s := 0 \).

Specifically, if a new round has begun, then

$$ N((r-i, p, s, \bar{s}, V, P, \bar{v}), L, \ldots) = ((r, 0, 0, s, V’, P’, \bot), L’, \ldots) $$

for some \( i > 0 \).

⚙️ IMPLEMENTATION

New round reference implementation.