Markus Liebelt
Markus Liebelt
See #161 which addressed only the restriction to have pawn columns included when capturing. I would like to enhance the sloppy mode in such a way that the following rules...
See the discussion on the ticket [186 on GitHub](https://github.com/jhlywa/chess.js/issues/186). My changes were the following: * Added `attacked_pieces(color_code, attack_square)` * color_code == null: if white is to move, search for attacked...
Tried to come up with a solution. All unit tests are running, I have added 2 unit tests (which use the sloppy mode), that are then working as well.
See [Laws of Chess C.3](https://github.com/mliebelt/pgn-spec-commented/blob/main/laws-of-chess.md#C-3) The idea is simple: * A user has an additional setting, default will be English. * The grammar reads games in all (known) languages then....
See the [pgn spec: SAN move suffix annotations](https://github.com/mliebelt/pgn-spec-commented/blob/main/pgn-specification.md#8238-san-move-suffix-annotations) with the following statement. > Import format PGN allows for the use of traditional suffix annotations for moves. There are exactly six...
The project files have grown lately, and we have to rethink how things should be organized: * Do we need one exported file then that includes everything? Will be bigger...
She wants to read all games from multiple files and identify duplicates where there are possible formatting differences. (taken from https://github.com/mliebelt/pgn-parser/discussions/61#discussioncomment-883192)
It would be nice to have the option to get notified when some event happens: like DOM events in the browser, but events triggered by the UI or the user....
I have currently the problem, that by having the first move that is special (no prev move), I have at many places to check if the move is the first...
... which is ugly. See the example modes/view/layout-left.html Checked in different browsers. So layout has (perhaps) to be adjusted due to notationLayout?