chess-lib-js
v0.0.5
Published
A chess library in Javascript
Maintainers
Readme
chessLibJs
A chess library in Javascript
If you want to extend this library
First install NodeJS if not done yet and run npm install in order to install dependencies. Then:
npm run compileis useful in order to compile codenpm testlaunch test units.
Notice that you will also need to install uglifyjs globally.
Also be careful : the compile script use the mv command from Linux/Mac. On Windows you may use a tool like CygWin.
