Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/venil7/chess

JavaScript chess engine for Node.js/Browser
https://github.com/venil7/chess

ai-challenges chess-engine minimax

Last synced: about 2 months ago
JSON representation

JavaScript chess engine for Node.js/Browser

Awesome Lists containing this project

README

        

## JavaScript chess engine for Node.js/Browser

### Travis Build
[![Build Status](https://travis-ci.org/venil7/chess.svg?branch=master)](https://travis-ci.org/venil7/chess)

![Alt text](http://i.imgur.com/mMDubRW.gif)

#### 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