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,42 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>5-Minute Dungeon · The Game Shelves</title>
|
||||
<meta name="description" content="5-Minute Dungeon in The Game Shelves">
|
||||
<meta property="og:title" content="5-Minute Dungeon · The Game Shelves">
|
||||
<meta property="og:image" content="../art/207830.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/207830" rel="noopener">view on BGG ↗</a></p>
|
||||
<h1>5-Minute Dungeon <span class="meta">(2017)</span></h1>
|
||||
<div class="detail">
|
||||
<div class="art"><img src="../art/207830.jpg" alt="box art for 5-Minute Dungeon"></div>
|
||||
<div class="facts"><div class="factrow"><b>players</b> 2–5 players (best at 4, 5)</div><div class="factrow"><b>playing time</b> 5–30 min</div><div class="factrow"><b>ages</b> 8+</div><div class="factrow"><b>weight</b> 1.13 / 5</div><div class="factrow"><b>BGG rank</b> 1133</div><div class="factrow"><b>BGG rating</b> 6.90</div><div class="factrow"><b>designers</b> <span class="chip">Connor Reid</span></div><div class="factrow"><b>artists</b> <span class="chip">Alex Diochon</span></div><div class="factrow"><b>publishers</b> <span class="chip">Wiggles 3D</span> <span class="chip">(Web published)</span> <span class="chip">DV Games</span> <span class="chip">Galápagos Jogos</span> <span class="chip">Korea Boardgames</span> <span class="chip">KOSMOS</span></div><div class="factrow"><b>categories</b> <span class="chip">Card Game</span> <span class="chip">Fantasy</span> <span class="chip">Fighting</span> <span class="chip">Print & Play</span> <span class="chip">Real-time</span></div><div class="factrow"><b>mechanics</b> <span class="chip">Card Play Conflict Resolution</span> <span class="chip">Cooperative Game</span> <span class="chip">Elapsed Real Time Ending</span> <span class="chip">Hand Management</span> <span class="chip">Move Through Deck</span> <span class="chip">Real-Time</span> <span class="chip">Variable Player Powers</span></div></div>
|
||||
</div>
|
||||
|
||||
<div class="card desc">5-Minute Dungeon is a chaotic, co-operative, real-time card game in which players have only five minutes to escape the randomized dungeon. Communication and teamwork are critical to survival because there's no time to form a carefully considered plan — and no predicting what dangers lie ahead.
|
||||
|
||||
In more detail, players assume the role of one of ten heroes, each with special cards and abilities. Once the five-minute timer starts, the race is on to defeat all the monsters inside the dungeon. In order to defeat a monster, players must match symbols from their hand with ones on the monster's card. At the end of each dungeon is a powerful dungeon boss — and after the first boss is defeated, the campaign continues to the second boss. Each boss, and each randomized dungeon, gets harder until players reach the fifth and final boss.
|
||||
|
||||
There is a Standard Edition and a Dungeon Master Edition (Kickstarted Exclusive Cover).
|
||||
|
||||
Both Kickstarter editions includes:
|
||||
- 2 New Bosses
|
||||
- A Deck with 25 new cards [15 Doors + 10 Challenge Cards]
|
||||
- A Baby Barbarian Figurine (with blood in the sword)</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