From f5718612c0ee426805235dcf9d743fef917b7e4b Mon Sep 17 00:00:00 2001 From: Mason Mackaman Date: Tue, 23 Jun 2026 11:13:06 -0400 Subject: [PATCH] Add 17x17 Hex This size has increased in popularity over on PlayHex. I think it's worth having on AP. --- locales/en/apgames.json | 3 +++ src/games/hex.ts | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/locales/en/apgames.json b/locales/en/apgames.json index b22df5bd..9c165828 100644 --- a/locales/en/apgames.json +++ b/locales/en/apgames.json @@ -1675,6 +1675,9 @@ "size-15": { "name": "Size-15 board" }, + "size-17": { + "name": "Size-17 board" + }, "size-19": { "name": "Size-19 board" } diff --git a/src/games/hex.ts b/src/games/hex.ts index ed5d13fd..da5d63b3 100644 --- a/src/games/hex.ts +++ b/src/games/hex.ts @@ -69,6 +69,10 @@ export class HexGame extends GameBase { uid: "size-15", group: "board", }, + { + uid: "size-17", + group: "board", + }, { uid: "size-19", group: "board",