Add a soft timer to avoid spending much more than 5 seconds on a move
[vchess.git] / public / javascripts / variants / Wildebeest.js
index 5f706cf..330db3f 100644 (file)
@@ -155,6 +155,8 @@ class GrandRules extends ChessRules
                );
        }
 
+       static get SEARCH_DEPTH() { return 2; }
+
        // TODO:
        static GenRandInitFen()
        {