jonpchin / gochess

Online real time chess web server using websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Removed part of enpassent logic, was incorrect

jonpchin opened this issue · comments

commented

Need to keep track of pawns whether they can enpassent in 2D boolean array to represent the exact square for a pawn, not a 1D boolean array representing the file the pawn is on.