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>
37 lines
3.7 KiB
HTML
37 lines
3.7 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<title>Robot Turtles · The Game Shelves</title>
|
||
<meta name="description" content="Robot Turtles in The Game Shelves">
|
||
<meta property="og:title" content="Robot Turtles · The Game Shelves">
|
||
<meta property="og:image" content="../art/147370-231664.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/147370" rel="noopener">view on BGG ↗</a></p>
|
||
<h1>Robot Turtles <span class="meta">(2013)</span></h1>
|
||
<div class="detail">
|
||
<div class="art"><img src="../art/147370-231664.jpg" alt="box art for Robot Turtles"></div>
|
||
<div class="facts"><div class="factrow"><b>players</b> 2–5 players (best at 3, 4)</div><div class="factrow"><b>playing time</b> 15 min</div><div class="factrow"><b>ages</b> 4+</div><div class="factrow"><b>weight</b> 1.34 / 5</div><div class="factrow"><b>BGG rank</b> 7729</div><div class="factrow"><b>BGG rating</b> 5.92</div><div class="factrow"><b>designers</b> <span class="chip">Dan Shapiro</span></div><div class="factrow"><b>publishers</b> <span class="chip">(Self-Published)</span> <span class="chip">Korea Boardgames</span> <span class="chip">ThinkFun</span></div><div class="factrow"><b>categories</b> <span class="chip">Children's Game</span> <span class="chip">Maze</span></div><div class="factrow"><b>mechanics</b> <span class="chip">Action Queue</span> <span class="chip">Grid Movement</span> <span class="chip">Programmed Movement</span> <span class="chip">Slide / Push</span></div></div>
|
||
</div>
|
||
<div class="card"><div class="factrow"><b>my copy</b> English second edition · 2014</div><div class="factrow"><b>publishers</b> <span class="chip">ThinkFun</span></div><div class="factrow"><b>languages</b> <span class="chip">English</span></div></div>
|
||
<div class="card desc">Robot Turtles is a board game for kids ages 3-8. Kids won't know it, but while they're playing, they're learning the fundamentals of programming.
|
||
|
||
Every player ("Turtle Master") takes a turtle and a matching deck of cards. Stack the cards face up on the table in piles, then build a maze for each player out of walls and a jewel. The youngest turtle master goes first, placing his first card down, then moving (or having his parent move) the turtle accordingly. As players progress, they build their program on the table; if they make a mistake, they can shout "Undo!" and debug it.
|
||
|
||
Before too long, kids figure out the secret of Robot Turtles: It lets the kids control the grown-ups! The little programmers put instruction cards down, driving the turtles through the maze, but the grown-up is the computer, executing commands on the board. At its heart, Robot Turtles is a game about bossing around adults, just like programming is about bossing around computers.</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> |