Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.7 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.7 KB

ZeroChess

Build License Release

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.

Installation

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

Starting development

To start the application in the development environment, use:

  npm start

Packaging for production

To package the application for your local platform, run:

  npm run package

Author

License

This work is licensed under a MIT License.