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

Is it possible to load a position, along with its move history? #29

Open
frazereastman opened this issue Feb 23, 2021 · 1 comment
Open

Comments

@frazereastman
Copy link

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?

@vitogit
Copy link
Owner

vitogit commented Feb 23, 2021

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

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

2 participants