jchess icon indicating copy to clipboard operation
jchess copied to clipboard

A jQuery-based javascript library for parsing and displaying chess games.

Results 9 jchess issues
Sort by recently updated
recently updated
newest added

This would be quite useful as being able to express positions as FEN would help in integrating with chess engines.Chess engines speak UCI, which accepts positions from the front end...

bug fixes and Rails 3.2 integration using coffescript

I manage to support pgn fen tag. But regex to find the game.body should really be reviewed

I think it would be useful to use this package as a library for converting/parsing/manipulating PGN files. This should be independent of the browser, so it can work on the...

The [standard](http://www.saremba.de/chessgml/standards/pgn/pgn-complete.htm) allows Numeric Annotation Glyphs (NAGs), which basically come in the form of a dollar sign then a number. Ultimately, it would be nice to parse them. But in...

Is it possible to parse a pgn with a fen header? I mean pgn not from the start of the game but starting from a position of its fen header?...

Hello, Maybe it could be great if your plugin will have some standard features of other pgn players: - variants support - button binding to start of the game -...