X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FGomoku.js;h=621f6e6f4a34fbcf03e3085ec795b27fddeb6883;hb=4313762da3237b04f204e121a20cab3ba7bb5dd2;hp=51d0bed5172a5b7d664a4ef9d1c6db8e05694020;hpb=e07981727a6d486886f01f8e0ddc548fd733764b;p=vchess.git diff --git a/client/src/variants/Gomoku.js b/client/src/variants/Gomoku.js index 51d0bed5..621f6e6f 100644 --- a/client/src/variants/Gomoku.js +++ b/client/src/variants/Gomoku.js @@ -3,6 +3,10 @@ import { randInt } from "@/utils/alea"; export class GomokuRules extends ChessRules { + static get Options() { + return null; + } + static get Monochrome() { return true; }