Add Konane, (very) early drafts of Emergo/Fanorona/Yote/Gomoku, fix repetitions detec...
[vchess.git] / client / src / variants / Gomoku.js
1 import { ChessRules } from "@/base_rules";
2
3 export class GomokuRules extends ChessRules {
4
5 // TODO
6
7 };