Implemented Stockfish JS engine
This commit is contained in:
@@ -7,7 +7,7 @@ class CHESS_JSON {
|
||||
const MOVE_NOTATION = 'm';
|
||||
const FEN = 'fen';
|
||||
const MOVE_COMMENT = 'comment';
|
||||
const MOVE_CLOCK = 'clock';
|
||||
const MOVE_CLOCK = 'clk';
|
||||
const MOVE_ACTION = 'action';
|
||||
const MOVE_VARIATIONS = 'variations';
|
||||
const MOVE_MOVES = 'moves';
|
||||
|
Reference in New Issue
Block a user