jonpchin / gochess

Online real time chess web server using websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Piece promotion bug

jonpchin opened this issue · comments

commented

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.