Skip to content

Commit

Permalink
Record
Browse files Browse the repository at this point in the history
  • Loading branch information
neongreen committed Aug 14, 2023
1 parent 261b433 commit a801c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/challenges/chess-simp/2022-04.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export class Challenge_2022_04_22 implements Challenge {
'Chess but you can only use half of the board, every 5 moves you have to switch to the other half.',
beaten: {
name: users.fextivity.name,
depth: 2,
moves: 27,
depth: 3,
moves: 64,
},
}

Expand Down

1 comment on commit a801c8a

@vercel
Copy link

@vercel vercel bot commented on a801c8a Aug 14, 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.vercel.app
ches-git-main-neongreen.vercel.app

Please sign in to comment.