Play computer move in webworker to not freeze interface
[vchess.git] / public / javascripts / variants / Atomic.js
index e2f8ea3..0275805 100644 (file)
@@ -147,3 +147,5 @@ class AtomicRules extends ChessRules
                return color == "w" ? "0-1" : "1-0"; //checkmate
        }
 }
+
+const VariantRules = AtomicRules;