Play computer move in webworker to not freeze interface
[vchess.git] / public / javascripts / variants / Grand.js
index b598f2d..ec2afd8 100644 (file)
@@ -358,3 +358,5 @@ class GrandRules extends ChessRules
                        " w 1111 -";
        }
 }
+
+const VariantRules = GrandRules;