Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/venil7/chess
- Owner: venil7
- Created: 2017-01-29T20:29:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T15:16:37.000Z (over 7 years ago)
- Last Synced: 2024-02-09T14:24:44.454Z (11 months ago)
- Topics: ai-challenges, chess-engine, minimax
- Language: TypeScript
- Homepage:
- Size: 138 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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