oakmac / chessboardjs

JavaScript chessboard
https://chessboardjs.com
MIT License
2.01k stars 408 forks source link

PGN viewer #176

Closed TowelSniffer closed 5 years ago

TowelSniffer commented 5 years ago

I am hoping to set this up as a way to test tactics based on a given pgn. from here: https://chessboardjs.com/examples#5000 Could it be set up to only allow moves according to a pgn string?

oakmac commented 5 years ago

Could it be set up to only allow moves according to a pgn string?

Yes - this should be possible by integrating with the chess.js library.

TowelSniffer commented 5 years ago

Ok thanks for you help