node-chess icon indicating copy to clipboard operation
node-chess copied to clipboard

A simple node.js library for parsing and validating chess board position with an algebraic move parser

Results 8 node-chess issues
Sort by recently updated
recently updated
newest added

Bumps [crypto-js](https://github.com/brix/crypto-js) from 4.1.1 to 4.2.0. Commits 808f499 Merge branch 'release/4.2.0' d5af3ae Update release notes. 9496e07 Bump version. 421dd53 Change default hash algorithm and iteration's for PBKDF2 to prevent weak...

dependencies

In the README examples, the module `chess` is imported using `require`. However, this module is an ES6 module and doesn't allow itself to be `require`d (at least for me). This...

Currently I can't load a game from a FEN string

UCI engines such as Stockfish use a special move syntax. See here: https://en.wikipedia.org/wiki/Universal_Chess_Interface#Design This would be very nice, as you could directly use this in conjunction with an engine which...

Enhancement
Idea

@brozeph Is it possible to create move variations using this package...?

Question

It would be nice to have quick access to the array of captured pieces inside the Game instance. I think it should be possible.

Enhancement
Idea

This is a feature request It would be nice to see a simple api to dump game state to json and restore it. Something like ``` let json = game.dump()...

Idea

I have been messing around with this for a project I am working on and I think it would be valuable to have a way to use this to detect...

Enhancement
Idea