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
Is it possible to load a position, along with its move history and undo/ redo moves similar to how you may do so on Lichess analytic tool?
The text was updated successfully, but these errors were encountered:
It is outside the scope of this project. Main goal is just show positions. Probably you could do it extending the component (https://github.com/vitogit/vue-chessboard#extended-component-play-vs-random-ai) and overwriting some methods like https://github.com/vitogit/vue-chessboard/blob/master/src/components/chessboard/index.vue#L161 to load a pgn instead of a fen. But you need to manage the history, undo/redo buttons logic, etc
Sorry, something went wrong.
No branches or pull requests
Is it possible to load a position, along with its move history and undo/ redo moves similar to how you may do so on Lichess analytic tool?
The text was updated successfully, but these errors were encountered: