Skip to content

Commit

Permalink
Update chess-simp-discord.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
neongreen committed Jun 28, 2023
1 parent 47f0b0f commit 109f884
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/challenges/chess-simp-discord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ const challenge_twoMovesMax: Challenge = {
title: "[Cheftic] You're Short",
link: 'https://discord.com/channels/866701779155419206/884667730891010048/1122275013119180840',
challenge:
"Chess, but you're short. You cannot make any long distance moves (2 squares max, like the king moves). Short castling is allowed.",
"Chess, but you're short. You cannot make any long distance moves (2 squares max, like the king goes). Short castling is allowed.",
beaten: {
name: 'Emily',
depth: 3,
},
isMoveAllowed({ move }): boolean {
return match(move)
.with({ kind: P.union('normal', 'enPassant') }, ({ from, to }) => {
Expand Down

1 comment on commit 109f884

@vercel
Copy link

@vercel vercel bot commented on 109f884 Jun 28, 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-git-main-neongreen.vercel.app
ches.vercel.app
ches-neongreen.vercel.app

Please sign in to comment.