diff --git a/packages/web/src/App.svelte b/packages/web/src/App.svelte index d092e15..1edebfe 100644 --- a/packages/web/src/App.svelte +++ b/packages/web/src/App.svelte @@ -1931,6 +1931,7 @@
wizard {local.setup.names.length + 1} of {local.setup.count}
What is your name?
+
Your colour
{#each [0, 1, 2, 3, 4, 5] as c (c)} {@const taken = local.setup.colors.includes(c)} @@ -2094,6 +2095,7 @@
Room {net.roomId}
+
Invite friends
Share the code — or the link. Two to six wizards enter the maze.
{inviteLink} @@ -2128,6 +2130,7 @@
{/if} {:else} +
Your colour
{#each [0, 1, 2, 3, 4, 5] as c (c)} {@const takenBy = Object.entries(net.roomColors).find(([, v]) => v === c)?.[0]} @@ -2148,6 +2151,9 @@ {#if net.players.length < 6} +
Or seat a computer wizard
+
An automaton plays a full seat by the rules — a hunter goes for treasure, + a berserker for blood, a worrier for the shadows between; mystery deals one at random.
⚙ seat a