X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FGomoku.js;fp=client%2Fsrc%2Fvariants%2FGomoku.js;h=5bf971a8d4e227222b8044f789247fab6824e7f4;hb=d2af3400944331ffd0c770f83857257c2f48e487;hp=0000000000000000000000000000000000000000;hpb=34b79fe4fa5aecdfa64742e7ff98a1befffa34ed;p=vchess.git diff --git a/client/src/variants/Gomoku.js b/client/src/variants/Gomoku.js new file mode 100644 index 00000000..5bf971a8 --- /dev/null +++ b/client/src/variants/Gomoku.js @@ -0,0 +1,7 @@ +import { ChessRules } from "@/base_rules"; + +export class GomokuRules extends ChessRules { + + // TODO + +};