Play computer move in webworker to not freeze interface
[vchess.git] / public / javascripts / variants / Zen.js
index da4dd7a..b090a29 100644 (file)
@@ -226,3 +226,5 @@ class ZenRules extends ChessRules
                }
        }
 }
+
+const VariantRules = ZenRules;