Skip to content

Commit

Permalink
record
Browse files Browse the repository at this point in the history
  • Loading branch information
neongreen committed May 8, 2024
1 parent 04d2717 commit 977ea97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/challenges/chess-simp-discord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class SimpDiscord_Manos implements Challenge {
link: 'https://discord.com/channels/866701779155419206/1236461054255566848/1237450553374539908',
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-07'), depth: 1, moves: 29 }],
[users.ManosSef.name, { when: new Date('2024-05-08'), depth: 1, moves: 11 }],
]),
}

Expand Down

0 comments on commit 977ea97

Please sign in to comment.