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

Add support for nil move in Position.Update #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

leonhfr
Copy link

@leonhfr leonhfr commented Sep 1, 2022

First, thanks for the awesome library! I'm using it to write a toy chess engine.

Then, this PR:

Position.Update is useful for game engines when also using the ValidMoves method as it skips redundant validation. It would also be useful to add support for nil move to make it act like passing is a thing in chess.

This could be used in the context of implementing null move pruning or in quiescence search to check if not capturing is better than capturing.

Currently, when passed nil Position.Update panics. The proposal is that when passed nil, it returns the same position with the opposite turn.

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

Successfully merging this pull request may close these issues.

1 participant