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