Skip to content

Commit 39dff4c

Browse files
committed
Missed Spora
1 parent 4689996 commit 39dff4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/games/spora.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class SporaGame extends GameBase {
7070
{ uid: "size-25", group: "board" }
7171
],
7272
categories: ["goal>area", "mechanic>place", "mechanic>move>sow", "mechanic>capture", "mechanic>stack", "mechanic>enclose", "board>shape>rect", "board>connect>rect", "components>simple>2c"],
73-
flags: ["scores", "no-moves", "custom-buttons", "custom-colours", "experimental"],
73+
flags: ["scores", "no-moves", "custom-buttons", "custom-colours"],
7474
};
7575

7676
public coords2algebraic(x: number, y: number): string {

0 commit comments

Comments
 (0)