Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
neongreen committed Sep 13, 2023
1 parent cbfd851 commit 95809b9
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 @@ -187,7 +187,7 @@ class SimpDiscord_UnendingCycleOfRevenge implements Challenge {
link: 'https://discord.com/channels/866701779155419206/884667730891010048/1148964785791176704',
challenge:
"Chess, but it's the unending cycle of revenge. Whenever a piece or pawn is captured, the capturer must be the next piece captured.",
records: new Map([]),
records: new Map([[users.Mendax.name, { when: new Date('2023-09-13'), depth: 2, moves: 8 }]]),
}

// Ids of all capturing pieces in the order they did captures.
Expand Down

1 comment on commit 95809b9

@vercel
Copy link

@vercel vercel bot commented on 95809b9 Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ches – ./

ches-neongreen.vercel.app
ches-git-main-neongreen.vercel.app
ches.vercel.app

Please sign in to comment.