Hi all,
I'm developing a chess program and using the Lichess API to play puzzles.
It works fine, however, I'm a bit confused about how the solutions are written down. Piece letters and captures are not mentioned, instead they are replaced with the start position of the piece.
For instance the following moves Rxb7, Qxb7, Nf6 become b1b7, c7b7, e4f6.
Is it the usual way to write down solutions in chess or is it a specific Lichess notation ?
I'm developing a chess program and using the Lichess API to play puzzles.
It works fine, however, I'm a bit confused about how the solutions are written down. Piece letters and captures are not mentioned, instead they are replaced with the start position of the piece.
For instance the following moves Rxb7, Qxb7, Nf6 become b1b7, c7b7, e4f6.
Is it the usual way to write down solutions in chess or is it a specific Lichess notation ?