{#if showBattle && battlePlayerPiclet && battleEnemyPiclet} {:else}
{#if isLoading}

Loading encounters...

{:else if encounters.length === 0}
📸

No Piclets Discovered

To start your adventure, select the Snap logo image:

Snap Logo

↑ Select this image in the scanner

{:else}
{#each encounters as encounter, index (encounter.id)} {/each}
{/if}
{/if}