First draft of Shinobi (unworking)
[vchess.git] / client / src / variants / Copycat.js
index 089b92f..78299c6 100644 (file)
@@ -141,4 +141,8 @@ export class CopycatRules extends ChessRules {
     );
   }
 
+  static get SEARCH_DEPTH() {
+    return 2;
+  }
+
 };