Play computer move in webworker to not freeze interface
[vchess.git] / public / javascripts / variants / Alice.js
index 00103a7..f7d2fa1 100644 (file)
@@ -336,3 +336,5 @@ class AliceRules extends ChessRules
                return notation;
        }
 }
+
+const VariantRules = AliceRules;