vitogit / vue-chessboard

Chessboard vue component to load positions, create positions and see threats
http://vitomd.com/vue-chessboard-examples/
GNU General Public License v3.0
165 stars 49 forks source link

is it possible to load / explore game from pgn file? #8

Closed vesper8 closed 4 years ago

vesper8 commented 5 years ago

Just wondering if it's currently possible or if you plan on adding this feature?

Thanks!

vitogit commented 4 years ago

Hi @vesper8 currently this project is just to show positions, but you can build a pgn viewer using this library together with some other like chess.js to load the pgn and validate moves. I did something similar in other projects like http://tacticalchess.vitomd.com/ http://vitomd.com/vue-chess-guardian/

Anyway a pgn viewer sounds like a fun project. If you do it, let me know.