-
Hi,
is chess960 supported?
When i try to go over a game (code 534 exchanged K/Q), "O-O-O" isnt recognized as kd1-c1, ra1-d1.
If not, i would ask for such feature :-)
-
Hi Phokham,
first of all, thank you for publishing this fine library. I was looking for Java code that would generate all legal moves in a given position and MoveGenerator from JCPI is doing a great …
-
First of all, great work with the library!
One issue (or a missing feature) I encountered: it does not handle Chess960 castling correctly.
E.g.
```
package main
import (
"fmt"
"git…
-
Hi,
I'm applying this nice viewer to Chess960 PGNs. It works well except castling moves, which breaks it with message `No legal move: O-O`.
Here is PGN:
```
[Site "checkmate"]
[Round "191"]
[W…
-
Upload supports the FEN attribute of PGNs for alternative chess960 setups, but not subsequent moves as soon as it diverges from normal available moves.
-
**Ask for contributors**
This is a possible example that is wrong. Can you help me block this potential move by a code example?
**Error at move 7**
Start FEN: rqnkbbnr/pppppppp/8/8/8/8/PPPPPPPP/R…
-
In particular, the engine Cheers sends castling via uci Chess960 style (e1h1/e1a1), https://github.com/Algorhythm-sxv/Cheers/issues/2, It appears that the viewer does not handle this meaning the view …
-
I had hoped to use Tarrasch to analyze some Chess960 games. Because the start position is not standard, the header includes a FEN for the initial position. Like this:
[Event "Chess.com 960 friendly…
-
**Exact URL where the bug happened**
https://www.pychess.org/p8ZXJ7Tp
**Steps to reproduce the bug**
**What did you expect to happen?**
castling according to the rules of this game.
**W…
-
In the xskak chess960 development version castling doesn't work correktly, if the target square of the king is the starting square of the corresponding rook: In this case rook disappears, king(!) land…