Play a match
Opponent
Map
Play
Save your bot
{#if $currentUser}
Add your bot to the opponents list
{#if saveSuccesful}
Bot saved succesfully
{:else if saveErrors.length > 0}
{#each saveErrors as errorText}
{errorText}
{/each}
{/if}
Save
{:else} Sign in to add your bot to the opponents list. {/if}