depth search 2 for colorbound
authorBenjamin Auder <benjamin.auder@somewhere>
Thu, 2 Apr 2020 01:21:48 +0000 (03:21 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Thu, 2 Apr 2020 01:21:48 +0000 (03:21 +0200)
client/src/variants/Colorbound.js

index 55d89cb..7e0a622 100644 (file)
@@ -331,4 +331,8 @@ export class ColorboundRules extends ChessRules {
       }
     );
   }
+
+  static get SEARCH_DEPTH() {
+    return 2;
+  }
 };