chess-js
v2.0.0
Published
chess engine
Downloads
33
Readme
JavaScript chess engine for Node.js/Browser
Travis Build
Features
- ~~Minimax implementation with variable depth~~
- ~~Game state (de)serialisation to JSON~~
- ~~Web interface~~
- ~~API (can be used in React Native, Node, Browser, etc)~~
- ~~Alpha-Betta pruning with ordering optimization~~
- Web workers for better performance
- more..
How to run example
$ cd example
$ npm install
$ npm start