Gameplay

Each round, each player chooses a number. The system generates a random number if applicable.

When every player has chosen a number (or the timer expires), the round ends. Players randomly fill teams, which are indexed sequentially starting from 0.

The result is the sum of all numbers, reduced modulo the number of teams. Teams win if the result matches their index number.

Time Control

Intermissions last up to 5 seconds, ending early if all players are ready.

Each round is 3 seconds long.

Options

Inverted (switch winning and losing, default: off)

Winners and losers are swapped.

Random (default: off)

A random number is added to the result.

Teams (default: 0)

Players randomly fill teams. If nonzero, this is the number of teams. Otherwise, there is one team per player.

Team sizes are approximately equal. The size of the largest team is at most one plus the size of the smallest team.