Re: Chess Artist
Posted: Wed Oct 16, 2019 12:01 pm
Chess Artist v1.0.rc2 is released at https://github.com/fsmosca/chess-artist ... g/v1.0.rc2
Couple of new features in game annotation includes:
Comment on king safety (need stockfish engine)
Comment on passed pawn (need stockfish engine)
Comment on mobility (need stockfish engine)
comment on sacrificed material
It can also generate chess puzzles from a pgn file input.
Sample annotated game from move 15 to move 40
Command line:
Couple of new features in game annotation includes:
Comment on king safety (need stockfish engine)
Comment on passed pawn (need stockfish engine)
Comment on mobility (need stockfish engine)
comment on sacrificed material
It can also generate chess puzzles from a pgn file input.
Sample annotated game from move 15 to move 40
Command line:
Code: Select all
chess-artist.exe --infile iommast19.pgn --outfile out_iommast19.pgn ^
--enginefile C:\chess\engines\stockfish_19100908_x64_modern.exe ^
--engineoptions "Hash value 128" ^
--movestart 15 --moveend 40 --movetime 5000 ^
--job analyze --eval search