Play computer move in webworker to not freeze interface
[vchess.git] / public / javascripts / variants / Checkered.js
index 314cd8e..d73cef4 100644 (file)
@@ -303,3 +303,5 @@ class CheckeredRules extends ChessRules
                }
        }
 }
+
+const VariantRules = CheckeredRules;