Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
neongreen committed May 5, 2024
1 parent cf7fa22 commit 32f1a0c
Showing 1 changed file with 1 addition 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 @@ -11,7 +11,7 @@ export class Simp_2024_05_01 implements Challenge {
title: 'This Is Why Chess Pieces Can Fly',
link: 'https://www.youtube.com/watch?v=ZM_8zFV9th8',
challenge:
"Chess, but it's a platformer. Your pieces must always land directly above another piece/pawn.",
"Chess, but it's a platformer. Your pieces (not pawns) must always land directly above another piece/pawn.",
records: new Map([]),
}

Expand Down

0 comments on commit 32f1a0c

Please sign in to comment.