Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

challenge 20 not correct #11

Open
sgerodes opened this issue Dec 19, 2018 · 0 comments
Open

challenge 20 not correct #11

sgerodes opened this issue Dec 19, 2018 · 0 comments

Comments

@sgerodes
Copy link

// 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant