feat : add chicago, iowa, oslo and symmetric piece sets

This commit is contained in:
GuillaumeSD
2025-05-13 02:03:09 +02:00
parent a355e3d6f2
commit bff407fe2d
50 changed files with 57 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ export const PIECE_SETS = [
"celtic",
"chess7",
"chessnut",
"chicago",
"companion",
"cooke",
"dubrovny",
@@ -70,6 +71,7 @@ export const PIECE_SETS = [
"governor",
"horsey",
"icpieces",
"iowa",
"kiwen-suwi",
"kosal",
"leipzig",
@@ -78,6 +80,7 @@ export const PIECE_SETS = [
"merida",
"monarchy",
"mpchess",
"oslo",
"pirouetti",
"pixel",
"reillycraig",
@@ -86,6 +89,7 @@ export const PIECE_SETS = [
"shapes",
"spatial",
"staunty",
"symmetric",
"tatiana",
"xkcd",
] as const satisfies string[];