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>Forbidden Island · The Game Shelves</title>
|
||||
<meta name="description" content="Forbidden Island in The Game Shelves">
|
||||
<meta property="og:title" content="Forbidden Island · The Game Shelves">
|
||||
<meta property="og:image" content="../art/65244-31208.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/65244" rel="noopener">view on BGG ↗</a></p>
|
||||
<h1>Forbidden Island <span class="meta">(2010)</span></h1>
|
||||
<div class="detail">
|
||||
<div class="art"><img src="../art/65244-31208.jpg" alt="box art for Forbidden Island"></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.74 / 5</div><div class="factrow"><b>BGG rank</b> 1035</div><div class="factrow"><b>BGG rating</b> 6.75</div><div class="factrow"><b>designers</b> <span class="chip">Matt Leacock</span></div><div class="factrow"><b>artists</b> <span class="chip">C. B. Canga</span></div><div class="factrow"><b>publishers</b> <span class="chip">Gamewright</span> <span class="chip">ADC Blackfire Entertainment</span> <span class="chip">Arclight Games</span> <span class="chip">AURUM, Inc.</span> <span class="chip">Brädspel.se</span> <span class="chip">Cocktail Games</span></div><div class="factrow"><b>categories</b> <span class="chip">Adventure</span> <span class="chip">Fantasy</span> <span class="chip">Science Fiction</span></div><div class="factrow"><b>mechanics</b> <span class="chip">Action Points</span> <span class="chip">Cooperative Game</span> <span class="chip">Events</span> <span class="chip">Grid Movement</span> <span class="chip">Hand Management</span> <span class="chip">Map Reduction</span> <span class="chip">Modular Board</span> <span class="chip">Pick-up and Deliver</span> <span class="chip">Set Collection</span> <span class="chip">Solo / Solitaire Game</span> <span class="chip">Square Grid</span> <span class="chip">Tile Placement</span> <span class="chip">Variable Player Powers</span></div></div>
|
||||
</div>
|
||||
<div class="card"><div class="factrow"><b>my copy</b> English edition 051210 · 2010</div><div class="factrow"><b>publishers</b> <span class="chip">Gamewright</span></div><div class="factrow"><b>languages</b> <span class="chip">English</span></div></div>
|
||||
<div class="card desc">Forbidden Island is a visually stunning cooperative board game. Instead of winning by competing with other players like most games, everyone must work together to win the game. Players take turns moving their pawns around the 'island', which is built by arranging the many beautifully screen-printed tiles before play begins. As the game progresses, more and more island tiles sink, becoming unavailable, and the pace increases. Players use strategies to keep the island from sinking, while trying to collect treasures and items. As the water level rises, it gets more difficult- sacrifices must be made.
|
||||
|
||||
What causes this game to truly stand out among co-op and competitive games alike is the extreme detail that has been paid to the physical components of the game. It comes in a sturdy and organized tin of good shelf storage size. The plastic treasure pieces and wooden pawns are well crafted and they fit just right into the box. The cards are durable, well printed, and easy to understand. The island tiles are the real gem: they are screen-printed with vibrant colors, each with a unique and pleasing image.
|
||||
|
||||
With multiple levels of difficulty, different characters to choose from (each with a special ability of their own), many optional island formats and game variations available, Forbidden Island has huge replay value. The game can be played by as few as two players and up to four (though it can accommodate five). More players translates into a faster and more difficult game, though the extra help can make all the difference. This is a fun game, tricky for players of almost any age. Selling for under twenty dollars, oddly, Forbidden Island is a rare game of both quality and affordable price.
|
||||
For those who enjoy Forbidden Island, a follow-up project by Gamewright titled Forbidden Desert was released in 2013.
|
||||
|
||||
From the publisher's website:
|
||||
|
||||
Dare to discover Forbidden Island! Join a team of fearless adventurers on a do-or-die mission to capture four sacred treasures from the ruins of this perilous paradise. Your team will have to work together and make some pulse-pounding maneuvers, as the island will sink beneath every step! Race to collect the treasures and make a triumphant escape before you are swallowed into the watery abyss!</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