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,37 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Machi Koro · The Game Shelves</title>
|
||||
<meta name="description" content="Machi Koro in The Game Shelves">
|
||||
<meta property="og:title" content="Machi Koro · The Game Shelves">
|
||||
<meta property="og:image" content="../art/143884-453051.png">
|
||||
<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/143884" rel="noopener">view on BGG ↗</a></p>
|
||||
<h1>Machi Koro <span class="meta">(2012)</span></h1>
|
||||
<div class="detail">
|
||||
<div class="art"><img src="../art/143884-453051.png" alt="box art for Machi Koro"></div>
|
||||
<div class="facts"><div class="factrow"><b>players</b> 2–4 players (best at 4)</div><div class="factrow"><b>playing time</b> 30 min</div><div class="factrow"><b>ages</b> 10+</div><div class="factrow"><b>weight</b> 1.52 / 5</div><div class="factrow"><b>BGG rank</b> 1392</div><div class="factrow"><b>BGG rating</b> 6.59</div><div class="factrow"><b>designers</b> <span class="chip">Masao Suganuma</span></div><div class="factrow"><b>artists</b> <span class="chip">Taro Hino</span> <span class="chip">Noboru Hotta</span> <span class="chip">Ian Parovel</span> <span class="chip">Mirko Suzuki</span></div><div class="factrow"><b>publishers</b> <span class="chip">Grounding</span> <span class="chip">Devir</span> <span class="chip">Dragonfly Publishing</span> <span class="chip">Gameland 游戏大陆</span> <span class="chip">GoKids 玩樂小子</span> <span class="chip">HaKubia</span></div><div class="factrow"><b>categories</b> <span class="chip">City Building</span> <span class="chip">Dice</span></div><div class="factrow"><b>mechanics</b> <span class="chip">Dice Rolling</span> <span class="chip">Ownership</span> <span class="chip">Race</span> <span class="chip">Random Production</span></div></div>
|
||||
</div>
|
||||
<div class="card"><div class="factrow"><b>my copy</b> English fifth anniversary edition, first printing · 2019</div><div class="factrow"><b>publishers</b> <span class="chip">Pandasaurus Games</span></div><div class="factrow"><b>languages</b> <span class="chip">English</span></div></div>
|
||||
<div class="card desc">Welcome to the city of Machi Koro. You've just been elected Mayor. Congrats! Unfortunately, the citizens have some pretty big demands: jobs, a theme park, a couple of cheese factories, and maybe even a radio tower. A tough proposition since the city currently consists of a wheat field, a bakery, and a single die.
|
||||
|
||||
Armed only with your trusty die and a dream, you must grow Machi Koro into the largest city in the region. You will need to collect income from developments, build public works, and steal from your neighbors' coffers. Just make sure they aren't doing the same to you!
|
||||
|
||||
Machi Koro is a fast-paced game for 2-4 players. Each player wants to develop the city on their own terms in order to complete all of the landmarks under construction faster than their rivals. On their turn, each player rolls one or two dice. If the sum of the dice rolled matches the number of a building that a player owns, they get the effect of that building; in some cases, opponents will also benefit from your dice (just as you can benefit from theirs). Then, with money in hand, a player can build a landmark or a new building, ideally adding to the wealth of their city on future turns. The first player to construct all of their landmarks 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