Add themed board game library at /mygames/
Embed the bggpipe "Game Shelves" export (static/games/) into a themed Hugo page. A small loader (embed.js) fetches each export page, lifts out its <main>, rewrites relative URLs, and rewires game links to ?g=<slug> so the blog chrome stays on every page; embed.css scopes the export's component styling to the embed. The export itself is untouched and stays re-exportable. Adds the menu entry and excludes badges/ from deploy. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
e0e08ba67d
commit
f6611257b3
@@ -0,0 +1,35 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Huggermugger · The Game Shelves</title>
|
||||
<meta name="description" content="Huggermugger in The Game Shelves">
|
||||
<meta property="og:title" content="Huggermugger · The Game Shelves">
|
||||
<meta property="og:image" content="../art/2387.jpg">
|
||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎲</text></svg>">
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
<header class="site"><a href=".././">The Game Shelves</a>
|
||||
<span class="sub">a board game library</span></header>
|
||||
<main>
|
||||
<p><a href="../">← the whole library</a> · <a href="https://boardgamegeek.com/boardgame/2387" rel="noopener">view on BGG ↗</a></p>
|
||||
<h1>Huggermugger <span class="meta">(1989)</span></h1>
|
||||
<div class="detail">
|
||||
<div class="art"><img src="../art/2387.jpg" alt="box art for Huggermugger"></div>
|
||||
<div class="facts"><div class="factrow"><b>players</b> 2–4 players (best at 4)</div><div class="factrow"><b>playing time</b> 45 min</div><div class="factrow"><b>ages</b> 12+</div><div class="factrow"><b>weight</b> 1.63 / 5</div><div class="factrow"><b>BGG rank</b> 30388</div><div class="factrow"><b>BGG rating</b> 5.36</div><div class="factrow"><b>designers</b> <span class="chip">Diana Carlston</span></div><div class="factrow"><b>publishers</b> <span class="chip">Golden</span> <span class="chip">Huggermugger Company</span> <span class="chip">Western Publishing Company</span></div><div class="factrow"><b>categories</b> <span class="chip">Real-time</span> <span class="chip">Trivia</span> <span class="chip">Word Game</span></div><div class="factrow"><b>mechanics</b> <span class="chip">Grid Movement</span> <span class="chip">Roll / Spin and Move</span> <span class="chip">Spelling</span></div></div>
|
||||
</div>
|
||||
|
||||
<div class="card desc">A cross between Trivial Pursuit and Word Games. "Mystery Word" is revealed as players solve other word puzzles often in the form of a trivia question. Different categories require different types of questions answered. A good diversion.
|
||||
|
||||
Huggermugger is an excellent word game for 2 to 4 players or teams. As players travel across the board in various directions they will answer questions that test their trivia knowledge in regard to the English quotes, quickly come up with 10 words in various categories, guess word definitions, unscramble letters to reveal a word, or test their spelling. All of this is done to help you earn the right to view letters of the mystery word. The first to guess the mystery word correctly wins the game. If you love word games, this is an excellent game to have in your collection.</div>
|
||||
<footer>
|
||||
<p><a class="pbb" href="https://boardgamegeek.com" rel="noopener"><img src="../art/powered-by-bgg.png" alt="Powered by BGG" height="40"></a></p>
|
||||
<p>The Game Shelves · cataloged from shelf photos by
|
||||
<a href="https://git.kestrelsnest.social/eric/bggpipe"
|
||||
rel="noopener">bggpipe</a></p>
|
||||
<p>Game data and cover images from <a href="https://boardgamegeek.com"
|
||||
rel="noopener">BoardGameGeek</a>. BoardGameGeek and BGG are trademarks of
|
||||
BoardGameGeek, LLC; this page is an independent project, not affiliated
|
||||
with or endorsed by BoardGameGeek.</p>
|
||||
</footer>
|
||||
</main>
|
||||
</html>
|
||||
Reference in New Issue
Block a user