0.1.0 • Published 7 years ago

chess-example v0.1.0

Weekly downloads
6
License
-
Repository
github
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