npm install chess-js#### 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