Skip to content

Commit

Permalink
record
Browse files Browse the repository at this point in the history
  • Loading branch information
neongreen committed May 6, 2024
1 parent 32f1a0c commit 98b984d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/challenges/chess-simp/2024-05.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class Simp_2024_05_01 implements Challenge {
link: 'https://www.youtube.com/watch?v=ZM_8zFV9th8',
challenge:
"Chess, but it's a platformer. Your pieces (not pawns) must always land directly above another piece/pawn.",
records: new Map([]),
records: new Map([[users.SenorFlamingo.name, { when: new Date('2024-05-06'), depth: 1 }]]),
}

isMoveAllowed: Challenge['isMoveAllowed'] = ({ board, move }) => {
Expand Down
4 changes: 4 additions & 0 deletions src/challenges/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ export const users = {
name: 'Arnout',
notes: 'Arnout#2313, Ches Discord',
},
SenorFlamingo: {
name: 'SenorFlamingo',
notes: 'senorflamingo, Simp Discord',
},
}

0 comments on commit 98b984d

Please sign in to comment.