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,39 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Doctor Who: The Card Game · The Game Shelves</title>
|
||||
<meta name="description" content="Doctor Who: The Card Game in The Game Shelves">
|
||||
<meta property="og:title" content="Doctor Who: The Card Game · The Game Shelves">
|
||||
<meta property="og:image" content="../art/125675.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/125675" rel="noopener">view on BGG ↗</a></p>
|
||||
<h1>Doctor Who: The Card Game <span class="meta">(2012)</span></h1>
|
||||
<div class="detail">
|
||||
<div class="art"><img src="../art/125675.jpg" alt="box art for Doctor Who: The Card Game"></div>
|
||||
<div class="facts"><div class="factrow"><b>players</b> 2–4 players (best at 4)</div><div class="factrow"><b>playing time</b> 20–60 min</div><div class="factrow"><b>ages</b> 13+</div><div class="factrow"><b>weight</b> 1.97 / 5</div><div class="factrow"><b>BGG rank</b> 14593</div><div class="factrow"><b>BGG rating</b> 5.67</div><div class="factrow"><b>designers</b> <span class="chip">Martin Wallace</span></div><div class="factrow"><b>publishers</b> <span class="chip">Cubicle 7 Entertainment</span></div><div class="factrow"><b>categories</b> <span class="chip">Card Game</span> <span class="chip">Movies / TV / Radio theme</span> <span class="chip">Science Fiction</span></div><div class="factrow"><b>mechanics</b> <span class="chip">Area Majority / Influence</span> <span class="chip">Hand Management</span> <span class="chip">Open Drafting</span> <span class="chip">Secret Unit Deployment</span> <span class="chip">Take That</span></div></div>
|
||||
</div>
|
||||
|
||||
<div class="card desc">Game description from the publisher:
|
||||
|
||||
Daleks, Cybermen, Sontarans – The list of threats is endless and no place in the universe is ever truly safe from danger, but there is one man who has made it his mission to defend the defenseless, help the helpless, and save everyone he can: a mysterious stranger, a force of nature who has seen his own planet die, a madman with a box.
|
||||
|
||||
In Doctor Who: The Card Game, players act as the Doctor and his companions to defend specific locations while sending the Doctor's enemies to conquer locations your opponents are trying to protect. Each player starts the game with one location, and cards in the deck consist of attackers, defenders, locations and support cards. To start a turn, you draw two cards, pick up any cards banked from a previous turn, and take the three cards passed to you earlier by the player on your left. You play or bank cards until you have only three in hand, then pass those to the player on your right and end your turn.
|
||||
|
||||
Attackers target specific locations and earn points for the player wielding them if they're in play at the end of the game. Defenders try to remove attackers so that the location owner scores points for protecting the location. Support cards provide different abilities, such as enlarging your bank or providing time points (which can be used to draw additional cards). Whoever has the most points at the end of the game wins!</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