Wiz-War 6th edition
+
+
+ Wiz-War
+ sixth edition
+ {#if net.roomId}
+ room {net.roomId}
+ {/if}
+
+ {net.status === "connected" ? "" : "reconnecting…"}
+
+
{#if net.error}
-
-
{net.error}
+ {net.error}
{/if}
{#if !net.roomId}
- server: {net.status}
- -
-
- or
-
-
+
+
{:else if !net.started}
-
- Room
-
+
{:else if view}
+
Wiz-War
+ A game of magical combat in a stone labyrinth
+
+
+
+ or join one
+
+
+
Room {net.roomId}
- Share the code with your opponents.
--
- {#each net.players as p (p)}
-
- {p}{p === net.hostId ? " (host)" : ""} - {/each} -
Waiting for {net.hostId} to start…
- {/if} +
+
Room {net.roomId}
+ Share the code. Two or four wizards enter the maze.
+ -
+ {#each net.players as p (p)}
+
- {p}{p === net.hostId ? " — host" : ""} + {/each} +
Waiting for {net.hostId} to flip the boards…
+ {/if} +
-
+
-
+
-
+