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