Closed 370417 closed 2 years ago
In scalachess, moving a pawn to the backrank automatically promotes it to a queen. In chessops, it results in ERR_PAWNS_ON_BACKRANK.
This pull request makes chessops behave more like scalachess with pawn promotions.
This is intended to fix https://lichess.org/forum/lichess-feedback/avoidable-bug-with-puzzles-in-blind-mode.
No longer really needed now that lichess-org/lila#11706 is resolved
Thanks for the PR and the update. I think it's best not to introduce implicit promotions, here.
In scalachess, moving a pawn to the backrank automatically promotes it to a queen. In chessops, it results in ERR_PAWNS_ON_BACKRANK.
This pull request makes chessops behave more like scalachess with pawn promotions.
This is intended to fix https://lichess.org/forum/lichess-feedback/avoidable-bug-with-puzzles-in-blind-mode.