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
The spider has not yet been implemented. Implement the rules to move this stone.
A spider moves by shifting exactly three times.
A shift is a move such as the queen bee is allowed to make.
A spider may not move to the square it is already on.
A spider may only move over and into empty squares.
A spider may not, during its move, make a move to a space it has already been on during the move.
The text was updated successfully, but these errors were encountered:
liz-cpu
No branches or pull requests
The spider has not yet been implemented. Implement the rules to move this stone.
A spider moves by shifting exactly three times.
A shift is a move such as the queen bee is allowed to make.
A spider may not move to the square it is already on.
A spider may only move over and into empty squares.
A spider may not, during its move, make a move to a space it has already been on during the move.
The text was updated successfully, but these errors were encountered: