Parsing out clock %clk comments

This commit is contained in:
DHTMLGoodies
2017-01-30 13:42:28 +01:00
parent d17e42e7da
commit 5505a28b1d
5 changed files with 68 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ class CHESS_JSON {
const MOVE_NOTATION = 'm';
const FEN = 'fen';
const MOVE_COMMENT = 'comment';
const MOVE_CLOCK = 'clock';
const MOVE_ACTION = 'action';
const MOVE_VARIATIONS = 'variations';
const MOVE_MOVES = 'moves';