fsmosca / chess-artist

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 --draw flag to analyze only those drawn games #64

Closed fsmosca closed 5 years ago

fsmosca commented 5 years ago

Example 1: chess-artist.exe --infile mygames.pgn --outfile ana.pgn --draw ... other options/flags

Example 2: To analyze drawn games played by Gary: chess-artist.exe --infile kasparov.pgn --outfile ana_gary_draw.pgn --player "Kasparov, Gary" --draw ... other option/flags