Skip to content

v3.2

Latest
Compare
Choose a tag to compare
@fsmosca fsmosca released this 24 Apr 02:41
  • In this release the exe file now supports the latest Stockfish 15 version.
  • Readme from this release.
2022-04-24


0. chess_artist.py

The python source responsible for analyzing the games, test the engine with
test suites and annotating an epd file.


1. chess_artist.exe

This is a compiled file from the latest chess_artist.py. The exe conversion was
done by pyinstaller v5.0 at https://pyinstaller.org/en/stable/.

This exe is scanned by virustotal with the following result.
https://www.virustotal.com/gui/file/08df02af55bb7a5b81d27bf1eafc342e822a21bfdae2466676985ae10086ca47?nocache=1
According to virustotal, at present there are 16 security vendors out of 68
that consider chess_artist.exe to be malicious. This is because of the
technology used by pyinstaller to convert a python script to exe file.
Pyinstaller has nothing to do with those malicious entities detected by those
16 vendors.


2. analyze.bat

A windows batch file to analyze the games in pgn file. You can edit
(right click on the file and press edit) it to analyze other pgn file or change
the engine that analyzes the games.


3. sf15.exe

sf15.exe is stockfish 15 compiled for modern processor (POPCNT), you can
download it along with other compilations from
https://stockfishchess.org/download/. If you have the latest processor try
the AVX2 compile as it is faster than POPCNT.

The source can be found in github at
https://github.com/official-stockfish/Stockfish.

Development version can be downloaded from https://abrok.eu/stockfish/.


4. osloesports22.pgn

This file contains some games from Oslo Esports Cup 2022. You can run the
analyze.bat or double click it to analyze the games in this file. This file
was downloaded from https://theweekinchess.com/.