Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
neongreen committed Aug 26, 2023
1 parent 0d3c023 commit 5cbc462
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/challenges/chess-simp/2021-09.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ export class Simp_2021_09_04 implements Challenge {
title: 'Alternate Between Moving Pawns & Pieces',
link: 'https://www.youtube.com/watch?v=t0afNybQAcA',
challenge: 'Chess but you have to alternate between moving a pawn and a piece.',
records: new Map([[users.Emily.name, { when: new Date('2023-08-26'), depth: 2, moves: 6 }]]),
records: new Map([
[users.Emily.name, { when: new Date('2023-08-26'), depth: 2, moves: 6 }],
[users.Mendax.name, { when: new Date('2023-08-26'), depth: 2, moves: 6 }],
]),
}

private allowed: 'pawn' | 'piece' | null = null
Expand Down

1 comment on commit 5cbc462

@vercel
Copy link

@vercel vercel bot commented on 5cbc462 Aug 26, 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.