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:
Eric Wagoner
2026-08-06 19:15:26 -04:00
co-authored by Claude Opus 4.8
parent e0e08ba67d
commit f6611257b3
400 changed files with 7127 additions and 2 deletions
+39
View File
@@ -0,0 +1,39 @@
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tem-Purr-A · The Game Shelves</title>
<meta name="description" content="Tem-Purr-A in The Game Shelves">
<meta property="og:title" content="Tem-Purr-A · The Game Shelves">
<meta property="og:image" content="../art/95386-290572.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/95386" rel="noopener">view on BGG ↗</a></p>
<h1>Tem-Purr-A <span class="meta">(2011)</span></h1>
<div class="detail">
<div class="art"><img src="../art/95386-290572.jpg" alt="box art for Tem-Purr-A"></div>
<div class="facts"><div class="factrow"><b>players</b> 310 players (best at 5, 6, 7, 8)</div><div class="factrow"><b>playing time</b> 15 min</div><div class="factrow"><b>ages</b> 8+</div><div class="factrow"><b>weight</b> 1.21 / 5</div><div class="factrow"><b>BGG rank</b> 7692</div><div class="factrow"><b>BGG rating</b> 6.02</div><div class="factrow"><b>designers</b> <span class="chip">Kuraki Mura</span></div><div class="factrow"><b>artists</b> <span class="chip">ちゅぱみ (Chipami)</span> <span class="chip">Wee Yee Chong</span> <span class="chip">Xuanzi Lin</span> <span class="chip">Idgie Lo</span> <span class="chip">Tilabunny</span></div><div class="factrow"><b>publishers</b> <span class="chip">Albi</span> <span class="chip">IELLO</span> <span class="chip">Redbox Editora (Redbox)</span> <span class="chip">Swan Panasia Co., Ltd.</span> <span class="chip">TCG Factory</span> <span class="chip">Zito! Ώρα για παιχνίδι</span></div><div class="factrow"><b>categories</b> <span class="chip">Card Game</span> <span class="chip">Party Game</span></div><div class="factrow"><b>mechanics</b> <span class="chip">Hand Management</span> <span class="chip">Memory</span> <span class="chip">Push Your Luck</span></div></div>
</div>
<div class="card"><div class="factrow"><b>my copy</b> English edition · 2016</div><div class="factrow"><b>publishers</b> <span class="chip">IELLO</span></div><div class="factrow"><b>languages</b> <span class="chip">English</span></div></div>
<div class="card desc">The theme of the game is an eating contest in a Taiwanese Snackbar.
&quot;In this competition you will eat more than you can imagine as your competitors continually challenge you to shove even more in. Play your cards cleverly or the servers will serve you food until you fall from your seat. Let the competitors be the ones to fill up until they drop and the snack bar throne will be yours!&quot;
The players add &quot;dish&quot;-cards or special cards to a common &quot;order&quot;-pile until one of them can´t (or won´t) add any more cards. Then that player has to &quot;eat&quot; the whole order by drawing the appropriate amount of cards from a draw pile. If he draws one (or more) of the &quot;No More!&quot;-cards, he accrues negative points and the round ends.
The played cards are then set aside and new &quot;No More&quot;-cards are shuffled into the (now smaller) draw pile, making for an ever more tense experience as the contest goes into the later stages.
When one player has collected 3 negative points the game ends and the player with the smallest amount of negative points wins the game.</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>