niklasf / chessops

Chess and chess variant rules and operations in TypeScript
https://niklasf.github.io/chessops/
GNU General Public License v3.0
118 stars 34 forks source link

In order to create a move history, do you have to use the PGN parse feature? #185

Open StevenStavrakis opened 5 months ago

StevenStavrakis commented 5 months ago

I'm looking to track move history and display it, move through moves, undo last move, etc. I don't see an easy way to do it, which is fine, but I'm wondering what the intended way to do it is. Is there an internal Chessops methodology, or is that something that must be implemented from scratch?