Play computer move in webworker to not freeze interface
[vchess.git] / public / javascripts / variants / Crazyhouse.js
index 00452cb..afebcc3 100644 (file)
@@ -266,3 +266,5 @@ class CrazyhouseRules extends ChessRules
                return "@" + V.CoordsToSquare(move.end);
        }
 }
+
+const VariantRules = CrazyhouseRules;