Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
neongreen committed Aug 30, 2023
1 parent 7586d35 commit 57ff946
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/challenges/ches-discord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class Challenge_NoGoingBackwards implements Challenge {
[users.Mendax.name, { when: new Date('2023-08-25'), depth: 5, moves: 54 }],
[users.fextivity.name, { when: new Date('2023-08-15'), depth: 4, moves: 26 }],
[users.Emily.name, { when: new Date('2023-08-16'), depth: 4, moves: 28 }],
[users.Arnout.name, { when: new Date('2023-08-30'), depth: 2, moves: 11 }],
]),
}

Expand Down
1 change: 0 additions & 1 deletion src/challenges/chess-simp-discord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const simpDiscord_pawnObsession: Challenge = {
records: new Map([
[users.RotomAppliance.name, { when: new Date('2023-07-06'), depth: 3, moves: 42 }],
[users.Mendax.name, { when: new Date('2023-07-06'), depth: 4, moves: 35 }],
[users.Arnout.name, { when: new Date('2023-08-30'), depth: 1, moves: 7 }],
]),
},
isMoveAllowed({ currentFullMoveNumber, move, board }): boolean {
Expand Down

1 comment on commit 57ff946

@vercel
Copy link

@vercel vercel bot commented on 57ff946 Aug 30, 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.