Skip to content

Commit 4ee5a08

Browse files
committed
Tintas: Tweak variant coding
1 parent 18a85e4 commit 4ee5a08

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

locales/en/apgames.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2564,6 +2564,9 @@
25642564
}
25652565
},
25662566
"tintas": {
2567+
"#board": {
2568+
"description": "A square-ish hex field of 49 spaces"
2569+
},
25672570
"modular": {
25682571
"name": "Modular board (7 cells, 49 spaces)",
25692572
"description": "Modular boards are composed of a certain number of 7-cell modules (hexhex 2s) distributed randomly but ensuring that each module touches another at two points."

src/games/tintas.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export class TintasGame extends GameBase {
6868
variants: [
6969
{
7070
uid: "modular",
71+
group: "board",
7172
experimental: true,
7273
}
7374
],

0 commit comments

Comments
 (0)