Skip to content

Commit 816439b

Browse files
committed
Entropy: No reason not to have 6x6
1 parent 2aa4c80 commit 816439b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

locales/en/apgames.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,6 +1099,9 @@
10991099
"#board": {
11001100
"name": "7x7 board"
11011101
},
1102+
"6x6": {
1103+
"name": "6x6 board"
1104+
},
11021105
"5x5": {
11031106
"name": "5x5 board"
11041107
}

src/games/entropy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class EntropyGame extends GameBaseSimultaneous {
5757
},
5858
],
5959
variants: [
60-
// {uid: "6x6", group: "board"},
60+
{uid: "6x6", group: "board"},
6161
{uid: "5x5", group: "board"},
6262
],
6363
displays: [{uid: "piece-numbers"}],

0 commit comments

Comments
 (0)