This desktop application is designed to analyze the accuracy of chess moves by evaluating games imported from the Lichess online platform using the open-source Stockfish engine.
The analysis provides insights into performance across various game rhythms, against different types of opponents, and when playing as specific pieces, among other detailed statistics.
To set up ZeroChess, clone the repository and install dependencies:
git clone --depth 1 --branch main https://github.com/OscarDavilaSampedro/zerochess.git
cd zerochess
npm install
To start the application in the development environment, use:
npm start
To package the application for your local platform, run:
npm run package
This work is licensed under a MIT License.