{#if showLanding}
{:else}
{#if hitFlash}
{/if}
TOP RUNNERS
{#if $leaderboard.length > 0} {#each $leaderboard as entry, i}
{i + 1}. {entry.name}
{entry.score}
{/each} {:else}
No scores yet
{/if}
{score}
{#if gameOver}
GAME OVER
Final Score:
{score}
{#if !$hasSubmitted}
saveScore(score)}>SAVE TO BOARD
{:else}
SCORE SAVED!
{/if}
PLAY AGAIN
{/if}
{/if}