Nick Brick's Memories
Join a multiplayer island and explore LEGO Island together to reenact the original in-game animations. Each animation needs specific characters to perform it and a spectator to trigger it — so you always need at least two players. When an animation plays successfully, it's saved as a memory for everyone involved.
1
Create or join an island from the Multiplayer page
2
Explore the island and browse available animations from the hotbar
3
Mark interest in an animation and wait for other players to fill the required roles
4
Collect all {TOTAL_ANIMATIONS} memories across the island
{#each locationGroups as group}
{/each}
{#if selectedGroup}
{selectedGroup.label}
{selectedGroup.unlocked}/{selectedGroup.total}
{#if filter === 'unlocked'}
No memories unlocked here yet.
{:else if filter === 'locked'}
All memories here are unlocked!
{:else}
No animations found.
{/if}
{:else}
{#each displayAnims as anim}
{@const now = Date.now()}
{/if}
{#if anim.completions}
{/if}
{/each}
{#each visibleCompletions(anim, showAllComps) as comp}
handleCompClick(e, comp)}>
{@render avatarStack(comp.participants)}
{/each}
{#if anim.completions.length > COMP_CAP && !showAllComps.has(anim.animIndex)}
{/if}
{#each comp.participants as p, idx}
{#if idx < 3}
{#if idx > 0}·{/if}
{p.displayName}
{#if idx === 0}
as {ActorDisplayNames[p.charIndex] || `#${p.charIndex}`}
{/if}
{/if}
{/each}
{#if comp.participants.length > 3}
+{comp.participants.length - 3}
{/if}
{formatDateShort(comp.timestamp, now)}