You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reaching the final rank with a pawn it should be possible to promote. So there should be some way of selecting a piece and than having the pawn turn into that piece.
As of now, pawn moves to the final rank just are not possible (the interface won't offer those)
Side note: this is a really cool project.
The text was updated successfully, but these errors were encountered:
To be entirely honest, I didn't think anyone would use this enough to even reach promoting pawns haha, I think a reasonable solution would be to either:
Auto-promote to queen (easy)
After a pawn moves to the final rank, show a separate screen to pick the promotion piece.
@JakeI I added functionality to allow auto promotion to queens when the pawns reach the final rank. It should be reasonable to add selection of which piece to promote to by allowing the user to press n, b, r, q to switch the promotion.
When reaching the final rank with a pawn it should be possible to promote. So there should be some way of selecting a piece and than having the pawn turn into that piece.
As of now, pawn moves to the final rank just are not possible (the interface won't offer those)
Side note: this is a really cool project.
The text was updated successfully, but these errors were encountered: