We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Royals mode, only kings and queens will spawn. However, kings cannot move to a square where they would be taken on the next move.
The text was updated successfully, but these errors were encountered:
Can you explain the logic in more detail? I might try to implement it.
Sorry, something went wrong.
However, kings cannot move to a square where they would be taken on the next move.
Right now, a king will happily move into check (by your knight) and you can take it. In this mode, a king will not intentionally move into check.
(... I just realised this means that you can never take a king on the next move, which makes the game impossible 😅 )
but I do like the idea of a royals mode. Let me workshop this idea a little more.
Thanks for taking a look!
No branches or pull requests
In Royals mode, only kings and queens will spawn. However, kings cannot move to a square where they would be taken on the next move.
The text was updated successfully, but these errors were encountered: