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>Jenga · The Game Shelves</title>
<meta name="description" content="Jenga in The Game Shelves">
<meta property="og:title" content="Jenga · The Game Shelves">
<meta property="og:image" content="../art/2452.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/2452" rel="noopener">view on BGG ↗</a></p>
<h1>Jenga <span class="meta">(1983)</span></h1>
<div class="detail">
<div class="art"><img src="../art/2452.jpg" alt="box art for Jenga"></div>
<div class="facts"><div class="factrow"><b>players</b> 18 players (best at 4)</div><div class="factrow"><b>playing time</b> 20 min</div><div class="factrow"><b>ages</b> 6+</div><div class="factrow"><b>weight</b> 1.10 / 5</div><div class="factrow"><b>BGG rank</b> 10481</div><div class="factrow"><b>BGG rating</b> 5.66</div><div class="factrow"><b>designers</b> <span class="chip">Leslie Scott</span></div><div class="factrow"><b>artists</b> <span class="chip">Tony Moore</span></div><div class="factrow"><b>publishers</b> <span class="chip">(Unknown)</span> <span class="chip">Barnes &amp; Noble</span> <span class="chip">Borras Plana S.A.</span> <span class="chip">Brinquedos Junges</span> <span class="chip">Broadway Toys LTD</span> <span class="chip">Cayro, The Games</span></div><div class="factrow"><b>categories</b> <span class="chip">Action / Dexterity</span> <span class="chip">Party Game</span></div><div class="factrow"><b>mechanics</b> <span class="chip">Physical Removal</span> <span class="chip">Single Loser Game</span> <span class="chip">Stacking and Balancing</span></div></div>
</div>
<div class="card desc">Jenga is tower building game played with 54 wooden blocks; each block is 3 times as long as it is wide, and slightly smaller in height than in width. The blocks are stacked in a tower formation; each story is three blocks placed adjacent to each other along their long side, and each story is placed perpendicular to the previous (so, for example, if the blocks in the first story are pointing north-south, the second story blocks will point east-west). There are therefore 18 stories to the Jenga tower. Since stacking the blocks neatly can be tedious, a plastic loading tray is included.
Once the tower is built, the person who built the tower moves first. Moving in Jenga consists of taking one and only one block from any story except the completed top story of the tower at the time of the turn, and placing it on the topmost story in order to complete it. Only one hand at a time may be used to remove a block; both hands can be used, but only one hand may be on the tower at a time. Blocks may be bumped to find a loose block that will not disturb the rest of the tower. Any block that is moved out of place may be left out of place if it is determined that it will knock the tower over if it is removed. The turn ends when the next person to move touches the tower, although he or she can wait 10 seconds before moving for the previous turn to end if they believe the tower will fall in that time.
The game ends when the tower falls in any significant way -- in other words, any piece falls from the tower, other than the piece being knocked out to move to the top. The loser is the person who made the tower fall (i.e. whose turn it was when the tower fell); the winner is the person who moved before the loser.
The same game concept was published in 1984 by Fagus under the name &quot;Hoppla - eins zuviel!&quot; According to the designer, the game was developed from Takoradi blocks/bricks. &quot;Jenga&quot; is Swahili for &quot;build&quot;.</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>