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

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `serialize-javascript` from 6.0.0 to 6.0.2 Release notes Sourced from serialize-javascript's releases. v6.0.2 fix:...

dependencies

Bumps and [js-yaml](https://github.com/nodeca/js-yaml). These dependencies needed to be updated together. Updates `js-yaml` from 3.14.1 to 3.14.2 Changelog Sourced from js-yaml's changelog. [3.14.2] - 2025-11-15 Security Backported v4.1.1 fix to v3...

dependencies
javascript