You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Should NOT
exd5(ep) // En passant could end only on the 6th and 3rd ranks
exd2(ep)
//Should
Rdxd2
Rexe2
R2xe2
Could also add this:
//SHOULD
Ba1b2 // Is possible, if a promotion to Bishop were done (e.g. Bishops are on a1 and h8), so there are two same-colored bishops
// NOT
Rd1e2 // if you want to do the challenge hard. Because the Rock cant change both coordinates at ones
Ba1b1 // also probably hard to regex, but this notation is not possible. The bishop cant change colors
The text was updated successfully, but these errors were encountered:
// Should NOT
exd5(ep) // En passant could end only on the 6th and 3rd ranks
exd2(ep)
//Should
Rdxd2
Rexe2
R2xe2
Could also add this:
//SHOULD
Ba1b2 // Is possible, if a promotion to Bishop were done (e.g. Bishops are on a1 and h8), so there are two same-colored bishops
// NOT
Rd1e2 // if you want to do the challenge hard. Because the Rock cant change both coordinates at ones
Ba1b1 // also probably hard to regex, but this notation is not possible. The bishop cant change colors
The text was updated successfully, but these errors were encountered: