Welcome to Electron Chess. Review previous games and play your own games as a way to complement your chess study.
Electron Chess makes use of the following libraries:
- Chess.js - https://github.com/jhlywa/chess.js
- Chessboard.js - https://github.com/oakmac/chessboardjs
npm install
npm run start
Load sample games from the sample-games folder. NAG comment notation is currently not supported.
In order to build Electron Chess from source, follow the installation instructions above, then use one of the following commands to create binaries:
npm run package-mac
npm run package-win
npm run package-linux