issues
search
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
Release 0.1.0 Check List
#24
Closed
fsmosca
closed
8 years ago
fsmosca
commented
8 years ago
PGN analysis
[x] -infile a.pgn -outfile out_a.pgn -eng Bf.exe -eval search -book cerebellum -movetime 1000
[x] -infile a.pgn -outfile out_a.pgn -eng Sf.exe -eval search -book none -movetime 1000
[x] -infile a.pgn -outfile out_a.pgn -eng Bf.exe -eval search -book cerebellum -movetime 1000 -job none
[x] -infile a.pgn -outfile out_a.pgn -eng Bf.exe -eval static -book cerebellum -movetime 1000
[x] -infile a.pgn -outfile out_a.pgn -eng Bf.exe -eval static -book none -movetime 1000
[x] -infile a.pgn -outfile out_a.pgn -eng Bf.exe -eval static -book cerebellum -job none
[x] -infile a.pgn -outfile out_a.pgn -eng Bf.exe -eval none -book cerebellum -movetime 1000
[x] -infile a.pgn -outfile out_a.pgn -eng Bf.exe -eval none -book none -movetime 1000
[x] -infile a.pgn -outfile out_a.pgn -eng Bf.exe -eval none -book cerebellum -job none
EPD analysis
[x] -infile a.epd -outfile out_a.epd -eng Bf.exe -eval static
[x] -infile a.epd -outfile out_a.epd -eng Bf.exe -eval search -movetime 1000
Engine test
[x] -infile wac.epd -outfile out_wac.txt -eng Sf.exe -movetime 1000 -job test
Others
[x] Create executable file for windows
[x] Improve readme
PGN analysis
EPD analysis
Engine test
Others