From a801c8a39edeffbc36c94b0ad87280c3f71d669b Mon Sep 17 00:00:00 2001 From: Artyom Kazak Date: Mon, 14 Aug 2023 18:35:20 +0200 Subject: [PATCH] Record --- src/challenges/chess-simp/2022-04.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/challenges/chess-simp/2022-04.ts b/src/challenges/chess-simp/2022-04.ts index e08aa45..a9ac112 100644 --- a/src/challenges/chess-simp/2022-04.ts +++ b/src/challenges/chess-simp/2022-04.ts @@ -34,8 +34,8 @@ export class Challenge_2022_04_22 implements Challenge { 'Chess but you can only use half of the board, every 5 moves you have to switch to the other half.', beaten: { name: users.fextivity.name, - depth: 2, - moves: 27, + depth: 3, + moves: 64, }, }