__NAME__: a game

__NAME__

{#if room?.started && watching}

From the Peanut Gallery you watch {room.others.map((s) => s.name).join(', ')} play.{#if !room.connected} Reconnecting.{/if}

{:else if room?.started}

You are {room.nameOf(room.me)}, playing {room.others.map((s) => s.name).join(', ')}.{#if !room.connected} Reconnecting.{/if}

{:else}

A game between people, played by turns whenever each of you has a moment.

{/if}
{#if room} {/if} {#if error}

{error}

{/if} {#if phrase}

On the other device, open the hall and claim this phrase within ten minutes: {phrase.phrase}

{/if} {#if room?.view.over && !watching}

{#if room.view.rematch} {room.nameOf(room.view.rematch.by)} called for a rematch at table {room.view.rematch.to}. Take your seat {:else} the same company, at a new table; seats are held for everyone here. {/if}

{/if} {#if joining && seatFree}

room {roomId}

Take a seat

A player has opened this table and is gathering company. Choose a name and sit; the game begins when the host says.

Just watching? You are in the Peanut Gallery until you sit.

{/if} {#if room && !room.started} {:else if room} {:else if !error}

{joining ? 'Finding the table.' : 'Finding your seat.'}

{/if}