{#if showHowTo}

How to Play

{/if} {#if showInfo}

{ARTIST_NAME} – Test your knowledge!

All songs used are copyrighted and belong to {ARTIST_NAME}.

I do not, and never will, collect any of your personal data.


Prepared with SoundCloud, Svelte, Tailwind CSS, Inter font, svelte-hero-icons, and moment.js

Game version: 2.3.1

New track in {timeLeft}

{/if}

Heardle – {ARTIST_NAME}


{#if !gameOver}
{#each attemptInfos as info}
{#if info.status === 'skip'}▢ Skipped{:else if info.status === 'wrong'}☒ {info.title}{:else}✓ {info.title}{/if}
{/each} {#each Array(maxAttempts - attemptInfos.length) as _}
{/each}
{/if} {#if gameOver}
{#if artworkUrl} {currentTrack.title} cover {/if}
{currentTrack.title}
{ARTIST_NAME}

{message}

{/if}