We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d06fb5 commit 8b49f1cCopy full SHA for 8b49f1c
src/games/kachit.ts
@@ -52,7 +52,7 @@ export class KachitGame extends GameBase {
52
urls: ["http://www.logygames.com/"],
53
},
54
],
55
- categories: ["goal>royal-capture", "goal>royal-escape", "mechanic>capture", "mechanic>place", "mechanic>move", "board>shape>rect", "board>connect>rect", "components>custom"],
+ categories: ["goal>royal-capture", "goal>royal-escape", "mechanic>capture", "mechanic>place", "mechanic>move", "board>shape>rect", "board>connect>rect", "components>special"],
56
flags: ["perspective", "limited-pieces"],
57
};
58
public static coords2algebraic(x: number, y: number): string {
0 commit comments