-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Hi,
I'm wondering if node-chess can be used to carry out board/game analysis, similar to Stockfish JS, where you could give a fen string or board position and node-chess analyses and scores the board in favour of white or black. Similar to http://forwardcoding.com/projects/ajaxchess/chess.html.
It looks like node-chess has a configurable analysis engine with depth and time options but I cannot see any documentation or examples of how this analysis messaging can be displayed to the user.
Thanks for any help.