From 9b90f086f0fc8c0f81168d8ca0be6d61a6554f64 Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 15 Aug 2024 16:33:52 +0200 Subject: [PATCH] records --- src/challenges/chess-simp-discord.ts | 1 + src/challenges/chess-simp/2024-05.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/challenges/chess-simp-discord.ts b/src/challenges/chess-simp-discord.ts index cd54063..e40c674 100644 --- a/src/challenges/chess-simp-discord.ts +++ b/src/challenges/chess-simp-discord.ts @@ -246,6 +246,7 @@ class SimpDiscord_Manos implements Challenge { challenge: `Approach him! Choose whatever move brings your king the closest (or at least the least far) to the opponent's king. Oh, and your first move has to let your king out.`, records: new Map([ [users.ManosSef.name, { when: new Date('2024-05-08'), depth: 2, moves: 23 }], + [users.Mendax.name, { when: new Date('2024-08-07'), depth: 2, moves: 27 }], ]), } diff --git a/src/challenges/chess-simp/2024-05.ts b/src/challenges/chess-simp/2024-05.ts index c47650b..81179cb 100644 --- a/src/challenges/chess-simp/2024-05.ts +++ b/src/challenges/chess-simp/2024-05.ts @@ -14,6 +14,7 @@ export class Simp_2024_05_01 implements Challenge { "Chess, but it's a platformer. Your pieces (not pawns) must always land directly above another piece/pawn.", records: new Map([ [users.SenorFlamingo.name, { when: new Date('2024-05-06'), depth: 1, moves: 17 }], + [users.Mendax.name, { when: new Date('2024-08-07'), depth: 2, moves: 9 }], ]), }