Stats | Bibdle

Your Stats

Track your Bibdle performance over time

← Back to Game
{#if loading}

Loading your stats...

{:else if data.requiresAuth}

Authentication Required

You must be logged in to see your stats.

← Back to Game
{:else if data.error}

{data.error}

Return to Game
{:else if !data.stats}
No stats available yet.

Start playing to build your stats!

Start Playing
{:else} {@const stats = data.stats}
🔥
{currentStreak}
Current Streak
{stats.bestStreak}
Best Streak
🎯
{stats.avgGuesses}
Avg Guesses
{stats.totalSolves}
Total Solves
{#if stats.totalSolves > 0}
{#if stats.worstDay}
😅
Worst Day
{stats.worstDay.guessCount} guesses
{formatDate(stats.worstDay.date)}
{/if} {#if stats.bestBook}
🏆
Best Book
{getBookName(stats.bestBook.bookId)}
{stats.bestBook.avgGuesses} avg guesses ({stats .bestBook.count}x)
{/if} {#if stats.mostSeenBook}
📖
Most Seen Book
{getBookName(stats.mostSeenBook.bookId)}
{stats.mostSeenBook.count} time{stats .mostSeenBook.count === 1 ? "" : "s"}
{/if}
📚
Unique Books
{stats.totalBooksSeenOT + stats.totalBooksSeenNT}
OT: {stats.totalBooksSeenOT} / NT: {stats.totalBooksSeenNT}
{/if} {/if}