From: Benjamin Auder Date: Thu, 2 Apr 2020 01:21:48 +0000 (+0200) Subject: depth search 2 for colorbound X-Git-Url: https://git.auder.net/?a=commitdiff_plain;h=48252022d603e79280a763cd3d3a9bb4a6625b88;p=vchess.git depth search 2 for colorbound --- diff --git a/client/src/variants/Colorbound.js b/client/src/variants/Colorbound.js index 55d89cbf..7e0a6222 100644 --- a/client/src/variants/Colorbound.js +++ b/client/src/variants/Colorbound.js @@ -331,4 +331,8 @@ export class ColorboundRules extends ChessRules { } ); } + + static get SEARCH_DEPTH() { + return 2; + } };