← Back to Game

Leaderboard

Global High Scores

{#if cloudAvailable}
{/if}
{#if cloudLoading && activeView === 'cloud'}

Loading global leaderboard...

{:else if cloudError && activeView === 'cloud'}

{cloudError}

{:else if displayResults.length === 0}

No game results yet!

Play a level to see your scores here.

{:else} {#each displayResults as result, i} {/each}
Rank Player Level Score Stars Result Time Date
{i + 1} {result.playerName} {result.levelName} {result.finalScore.toLocaleString()} {formatStars(result.starRating)} {result.starRating}/12 {result.endReason} {formatTime(result.gameTimeSeconds)} {formatDate(result.timestamp)}
{#if activeView === 'cloud'}
{#if cloudLoadingMore}
Loading more...
{:else if !hasMore && cloudResults.length > 0}
You've reached the end!
{/if}
{/if} {/if}