jonpchin / gochess

Online real time chess web server using websockets
MIT License
47 stars 17 forks source link

Piece promotion bug #26

Closed jonpchin closed 8 years ago

jonpchin commented 8 years ago

When a piece reaches 1st or 8th rank it prompts for a piece promotion. Add a check to make sure the piece that is moving from the 7th to 8th rank or 2nd to 1st rank is a pawn only.