X-Git-Url: https://git.auder.net/rpsls.js?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FGomoku.js;h=621f6e6f4a34fbcf03e3085ec795b27fddeb6883;hb=cc0f1cbf5844499838d34d7c7342e64e5d33dbe3;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; }