Games · LaDOSE
{#if guard.ready}

Games

The catalogue behind rankings, WordPress tags and start.gg bracket matching.

{#if error} {/if} {#if notice}

{notice}

{/if}

Catalogue ({games.length})

    {#each ordered as game (game.id)}
  • {:else}
  • {loading ? 'Loading…' : 'No game yet.'}
  • {/each}

{isNew ? 'New game' : `Editing #${draft.id}`}

{#if dirty} Unsaved changes {/if}
{ event.preventDefault(); void save(); }} >

Short label shown in ranking columns.

Sorts lists and the HTML recap.

Used as the podium heading, and as the start.gg search term below.

Imports match brackets on this id — without it, results land under "GAME NOT FOUND".

{#if smashMatches?.length}
    {#each smashMatches as match (match.id)}
  • {/each}
{/if}
{/if}