Hnefatafl: Copenhagen and Tablut, a board that ages with the older game, and a bot that looks three moves ahead

The rules are data in rules.ts; the engine plays custodial capture, the
king's own capture rule on and beside the throne, corner and edge
escape, shieldwalls, edge forts, encirclement, repetition and stalemate;
twenty tests pin them and play a bot game to a verdict on both boards.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Jm2auWk6RP71CjaAb4FMoG
This commit is contained in:
Eric Wagoner
2026-09-23 13:06:23 -04:00
co-authored by Claude Fable 5.1
parent ed1dcad259
commit 0d2f54fe02
12 changed files with 1314 additions and 280 deletions
+4 -5
View File
@@ -6,21 +6,20 @@
<meta name="color-scheme" content="dark" />
<meta name="theme-color" content="#121a20" />
<title>Hnefatafl</title>
<meta name="description" content="Hnefatafl: a game between friends, free in the browser." />
<meta name="description" content="Hnefatafl, the Viking board game, free in the browser: play the bot or a friend, by Copenhagen rules or Linnaeus's Tablut." />
<link rel="canonical" href="https://hnefatafl.kestrelsnest.social/" />
<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Hnefatafl" />
<meta property="og:title" content="Hnefatafl" />
<meta property="og:description" content="Hnefatafl: a game between friends, free in the browser." />
<meta property="og:description" content="Hnefatafl, the Viking board game, free in the browser: play the bot or a friend, by Copenhagen rules or Linnaeus's Tablut." />
<meta property="og:url" content="https://hnefatafl.kestrelsnest.social/" />
<meta property="og:image" content="https://hnefatafl.kestrelsnest.social/og.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Hnefatafl" />
<meta name="twitter:description" content="Hnefatafl: a game between friends, free in the browser." />
<meta name="twitter:description" content="Hnefatafl, the Viking board game, free in the browser: play the bot or a friend, by Copenhagen rules or Linnaeus's Tablut." />
<meta name="twitter:image" content="https://hnefatafl.kestrelsnest.social/og.png" />
%sveltekit.head%
</head>