-
### Exact URL of where the bug happened
Don't remember, but any analysis board of a crazyhouse game which has computer analysis requested can work. The only thing needing to be there is for a player …
-
In "Envisioning Information" by Edward Tufte there is a chapter where several dance notations are shown and analyzed (pages 114-119). In that section, there is one very interesting quote on the limita…
-
There is no point in creating our own format when we could use JSON to store the configuration. Parsing it could be easily done with a library like https://github.com/nlohmann/json
-
I want to use this package in my project (with chessboardjs package) but I want to keep RAV functionality.
-
Hello Adam,
thank you for such an original engine - I love this idea!
Patricia was running on a chess server for me and I noticed a time management issue?!
A basic idea is: do not start a new ite…
-
Hi
Popeye is an outstanding tool. I begun to use it with Aly.
How is it possible to add new fairy pieces ?
I invented chess variants with new fairy pieces and i wonder if it's possible to add them …
-
Hi
first thanks for the great work.
As you're using Chess.js bts could you please enable the full .move() api (including SAN moves)
`.move('e4')` as a first move equals `.move({ from: 'e2', t…
-
I can see the point here: https://github.com/jordanbray/chess/issues/6 but it also suggests putting all the engine communication stuff into a different library which I'm not too much a fan of as it ma…
-
I would love a function that would transform a ChessMove into a SAN notation instead of the currently available LAN notation. E.g. a3 instead of a2a3 in the default position.
-
cutechess currently has an issue where if you use pgn and epd versions of the same opening book, it could lead to different adjudication behavior when using the `-draw` command. this is caused by the …