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

Support for FEN notation #19

Open
djnnvx opened this issue Jul 23, 2021 · 0 comments
Open

Support for FEN notation #19

djnnvx opened this issue Jul 23, 2021 · 0 comments

Comments

@djnnvx
Copy link

djnnvx commented Jul 23, 2021

FEN notation is a well known way to define a chess position in a simple string. It would be great if we could get a FEN string generated from the current position, because it makes it easier for testing it against other AIs.

To get more information against FEN string, you can check out this wiki which is really well made:
https://www.chessprogramming.org/Forsyth-Edwards_Notation

I can do it by myself but I just need to know if a value checks for each side whether we can castle or not.

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