A python script that can annotate chess games in pgn file with static evaluation or search score of an engine, can annotate an epd file with acd, acs, bm, and ce opcodes, can test engine with epd test suite and can generate chess puzzles.
GNU General Public License v3.0
70
stars
18
forks
source link
Add option --player to analyze games of specific player #54
To only analyze games of Carlsen, Magnus:
The games should have the name Carlsen, Magnus in either white or black pgn tags.
chess-artist.exe --enginefile sf.exe --movetime 1000 --player "Carlsen, Magnus" ...