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
To start with the site needs to have a board that can be properly interacted with. Piece SVG files are available in the static folder.
The text was updated successfully, but these errors were encountered:
Green dots representing legal moves should be shown on a separate overlay:
From first visible to last.
Sorry, something went wrong.
The expected output from a functions, which finds moves for a string is a list of moves in the following format:
{ origin: "f2", destination: "f3", meta_data { ... }, // Data about this move (win rates, frequency etc.) }
We don't yet know what the metadata object will hold.
Kruhlmann
NikRadi
No branches or pull requests
To start with the site needs to have a board that can be properly interacted with. Piece SVG files are available in the static folder.
The text was updated successfully, but these errors were encountered: