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,41 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Ticket to Ride · The Game Shelves</title>
|
||||
<meta name="description" content="Ticket to Ride in The Game Shelves">
|
||||
<meta property="og:title" content="Ticket to Ride · The Game Shelves">
|
||||
<meta property="og:image" content="../art/9209-294188.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/9209" rel="noopener">view on BGG ↗</a></p>
|
||||
<h1>Ticket to Ride <span class="meta">(2004)</span></h1>
|
||||
<div class="detail">
|
||||
<div class="art"><img src="../art/9209-294188.jpg" alt="box art for Ticket to Ride"></div>
|
||||
<div class="facts"><div class="factrow"><b>players</b> 2–5 players (best at 4)</div><div class="factrow"><b>playing time</b> 30–60 min</div><div class="factrow"><b>ages</b> 8+</div><div class="factrow"><b>weight</b> 1.82 / 5</div><div class="factrow"><b>BGG rank</b> 262</div><div class="factrow"><b>BGG rating</b> 7.38</div><div class="factrow"><b>designers</b> <span class="chip">Alan R. Moon</span></div><div class="factrow"><b>artists</b> <span class="chip">Cyrille Daujean</span> <span class="chip">Julien Delval</span> <span class="chip">Fajareka Setiawan</span> <span class="chip">Régis Torres</span></div><div class="factrow"><b>publishers</b> <span class="chip">Days of Wonder</span> <span class="chip">ADC Blackfire Entertainment</span> <span class="chip">asmodee</span> <span class="chip">Asterion Press</span> <span class="chip">Bandai Co., Ltd.</span> <span class="chip">Boardgame Space</span></div><div class="factrow"><b>categories</b> <span class="chip">Trains</span></div><div class="factrow"><b>mechanics</b> <span class="chip">Connections</span> <span class="chip">Contracts</span> <span class="chip">End Game Bonuses</span> <span class="chip">Hand Management</span> <span class="chip">Network and Route Building</span> <span class="chip">Open Drafting</span> <span class="chip">Push Your Luck</span> <span class="chip">Set Collection</span></div></div>
|
||||
</div>
|
||||
<div class="card"><div class="factrow"><b>my copy</b> English edition 2012 with Spiel des Jahres logo · 2012</div><div class="factrow"><b>publishers</b> <span class="chip">Days of Wonder</span></div><div class="factrow"><b>languages</b> <span class="chip">English</span></div></div>
|
||||
<div class="card desc">With elegantly simple gameplay, Ticket to Ride can be learned in under 15 minutes. Players collect cards of various types of train cars they then use to claim railway routes in North America. The longer the routes, the more points they earn. Additional points come to those who fulfill Destination Tickets – goal cards that connect distant cities; and to the player who builds the longest continuous route.
|
||||
|
||||
"The rules are simple enough to write on a train ticket – each turn you either draw more cards, claim a route, or get additional Destination Tickets," says Ticket to Ride author, Alan R. Moon. "The tension comes from being forced to balance greed – adding more cards to your hand, and fear – losing a critical route to a competitor."
|
||||
|
||||
Ticket to Ride continues in the tradition of Days of Wonder's big format board games featuring high-quality illustrations and components including: an oversize board map of North America, 225 custom-molded train cars, 144 illustrated cards, and wooden scoring markers.
|
||||
|
||||
Since its introduction and numerous subsequent awards, Ticket to Ride has become the BoardGameGeek epitome of a "gateway game" -- simple enough to be taught in a few minutes, and with enough action and tension to keep new players involved and in the game for the duration.
|
||||
|
||||
Part of the Ticket to Ride series.</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