From 7a231cbe1bd4dd4b56f359a3a22f03e747b7bbbd Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Sun, 16 Aug 2026 09:43:09 -0400 Subject: [PATCH] About: the story of the game, told on the box lid MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A handwritten "about this game — a labor of love" link on the box lid opens a new About tab in the booklet: what Wiz-War is, that Tom Jolly created it in 1983, that this is a faithful reproduction of the out-of-print Chessex sixth edition (with its one expansion) that Eric and his friends played for countless hours in the early nineties — rebuilt from that very copy, card by photographed card, wall by verified wall, with the original hand-inked token art. It names Steve Jackson Games as the current rightsholder, states plainly that this is an unofficial, non-commercial fan work made with love and admiration, and closes by pointing anyone the game delights toward the edition currently in print and a real table. Co-Authored-By: Claude Fable 5 --- packages/web/src/App.svelte | 22 +++++++++++++-- packages/web/src/Help.svelte | 55 ++++++++++++++++++++++++++++++++++-- 2 files changed, 71 insertions(+), 6 deletions(-) diff --git a/packages/web/src/App.svelte b/packages/web/src/App.svelte index b170268..08ce350 100644 --- a/packages/web/src/App.svelte +++ b/packages/web/src/App.svelte @@ -15,6 +15,7 @@ let joinCode = $state(""); let claimPhrase = $state(""); let showHelp = $state(false); + let helpTab = $state<"play" | "rules" | "cards" | "about">("play"); let hotseatCount = $state(2); let setupName = $state(""); let setupColor = $state(0); @@ -526,7 +527,7 @@ {/if} - @@ -535,7 +536,7 @@ {#if showHelp} - (showHelp = false)} /> + (showHelp = false)} /> {/if} {#if net.catchUp && net.catchUp.length > 0} @@ -608,6 +609,9 @@
Wiz-War
A game of magical combat in a stone labyrinth
+