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

Optimize knightAttacks function after implementing move generation #86

Closed
coderabbitai bot opened this issue Oct 5, 2024 · 0 comments · May be fixed by #82
Closed

Optimize knightAttacks function after implementing move generation #86

coderabbitai bot opened this issue Oct 5, 2024 · 0 comments · May be fixed by #82
Assignees

Comments

@coderabbitai
Copy link

coderabbitai bot commented Oct 5, 2024

As per this comment in PR #82, we need to optimize the knightAttacks function using a lookup table after the move generation is completed. Requested by @Dannyj1.

@Dannyj1 Dannyj1 changed the title Optimize knightAttacks function after move generation Optimize knightAttacks function after implementing move generation Oct 5, 2024
@Dannyj1 Dannyj1 linked a pull request Oct 5, 2024 that will close this issue
@Dannyj1 Dannyj1 moved this from Todo to Done in Zagreus v6.0 (Rewrite) Oct 11, 2024
@Dannyj1 Dannyj1 closed this as completed by moving to Done in Zagreus v6.0 (Rewrite) Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant