ejnnr / web-chess

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

Format for saving moves #9

Closed ejnnr closed 9 years ago

ejnnr commented 9 years ago

There needs to be a format ChessGame.php saves the current game in. See https://github.com/jupiter24/chessboard/issues/4 for ideas.

ejnnr commented 9 years ago

This will simply be an array of Move objects.