cemslord / chess-es6.js

A rewrite of https://github.com/jhlywa/chess.js/ in es6. Added the ability for parsing PGN variations, as well as traversing said move tree.

Home Page:http://chessdemo.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chess-es6.js

chess-es6.js is a rewrite of ~jhlywa's chess.js in es6, a newer version of Javascript.

It also includes the ability to parse PGN variations, as well as traverse the move tree and add new lines of play.

chess-es6.js can be transpiled down to es5 for peformant use in most web browsers.

Demo site: http://chessdemo.herokuapp.com

Demo site's repo: http://github.com/aaronfi/chess-es6-demo

A more detailed README file is coming soon.

About

A rewrite of https://github.com/jhlywa/chess.js/ in es6. Added the ability for parsing PGN variations, as well as traversing said move tree.

http://chessdemo.herokuapp.com/

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%