From: Benjamin Auder Date: Mon, 5 May 2025 13:09:52 +0000 (+0200) Subject: Dynamo cannot be played on a cylindric board X-Git-Url: https://git.auder.net/doc/html/css/img/current/pieces/index.css?a=commitdiff_plain;ds=sidebyside;p=xogo.git Dynamo cannot be played on a cylindric board --- diff --git a/variants/Dynamo/class.js b/variants/Dynamo/class.js index c220fc1..5098bbb 100644 --- a/variants/Dynamo/class.js +++ b/variants/Dynamo/class.js @@ -7,7 +7,7 @@ export default class DynamoRules extends ChessRules { return { select: C.Options.select, input: [], - styles: ["cylinder", "doublemove", "progressive"] + styles: ["doublemove", "progressive"] }; }