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>Kill Doctor Lucky · The Game Shelves</title>
|
||||
<meta name="description" content="Kill Doctor Lucky in The Game Shelves">
|
||||
<meta property="og:title" content="Kill Doctor Lucky · The Game Shelves">
|
||||
<meta property="og:image" content="../art/257-520364.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/257" rel="noopener">view on BGG ↗</a></p>
|
||||
<h1>Kill Doctor Lucky <span class="meta">(1996)</span></h1>
|
||||
<div class="detail">
|
||||
<div class="art"><img src="../art/257-520364.jpg" alt="box art for Kill Doctor Lucky"></div>
|
||||
<div class="facts"><div class="factrow"><b>players</b> 3–8 players (best at 5)</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.64 / 5</div><div class="factrow"><b>BGG rank</b> 3581</div><div class="factrow"><b>BGG rating</b> 6.16</div><div class="factrow"><b>designers</b> <span class="chip">James Ernest</span></div><div class="factrow"><b>artists</b> <span class="chip">BJ Becker</span> <span class="chip">James Ernest</span> <span class="chip">Israel Evans</span> <span class="chip">James Ryman</span></div><div class="factrow"><b>publishers</b> <span class="chip">Cheapass Games</span> <span class="chip">cosaic</span> <span class="chip">Giochi Uniti</span> <span class="chip">Greater Than Games, LLC</span> <span class="chip">Paizo Publishing</span> <span class="chip">Pegasus Spiele</span></div><div class="factrow"><b>categories</b> <span class="chip">Humor</span> <span class="chip">Murder / Mystery</span></div><div class="factrow"><b>mechanics</b> <span class="chip">Hand Management</span> <span class="chip">Line of Sight</span> <span class="chip">Open Drafting</span> <span class="chip">Point to Point Movement</span></div></div>
|
||||
</div>
|
||||
<div class="card"><div class="factrow"><b>my copy</b> Cheapass envelope edition, second printing · 1997</div><div class="factrow"><b>publishers</b> <span class="chip">Cheapass Games</span></div><div class="factrow"><b>languages</b> <span class="chip">English</span></div></div>
|
||||
<div class="card desc">In this notorious game, an inversion of Clue, you hate Doctor Lucky. Maybe he left you out of his will. Maybe he killed your pet rock. Whatever the reason, you want him dead. Unfortunately, so do the other players. Since you don't want to go to jail, you need to make your attempt in secret; if anybody can see you, whistle nonchalantly, and let the Doctor live ... until next time.
|
||||
|
||||
Players move around the mansion, collecting murder weapons (to make the murder attempt stronger - doubly so if the weapon is used in an appropriate location); failure cards (to thwart opponents' plans); and movement cards (to try to get together with Doctor Lucky in a secluded location for his inevitable demise). Players try to convince others to use up their failure cards first, the better for when their own attempts come.</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