Skip to content

Commit

Permalink
records
Browse files Browse the repository at this point in the history
  • Loading branch information
neongreen committed Aug 15, 2024
1 parent f7195e3 commit 9b90f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/challenges/chess-simp-discord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }],
]),
}

Expand Down
1 change: 1 addition & 0 deletions src/challenges/chess-simp/2024-05.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }],
]),
}

Expand Down

0 comments on commit 9b90f08

Please sign in to comment.