2.0.0 • Published 7 years ago

chess-js v2.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

JavaScript chess engine for Node.js/Browser

Travis Build

Build Status

Alt text

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