ejnnr / web-chess

A web implementation of a chess database program like Scid.
MIT License
7 stars 4 forks source link

Improve chess api. Fixes #16 #17

Closed ejnnr closed 8 years ago

ejnnr commented 8 years ago

Lots of bugs have been fixed and, most importantly, JCF is supported. See https://github.com/jupiter24/web-chess/issues/16 for a more detailed list of changes.

ejnnr commented 8 years ago

Support for commands in JCFGame::loadJCF and jsonSerialize should be added before this is merged.