{#if $game.task && $game.status === 'running'}
{:else if $game.status === 'won'}
{/if}
{#if $game.status === 'countdown'}
{#key $game.countdown}
{$game.countdown}
{/key}
{/if}