jonpchin / gochess

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

Removed part of enpassent logic, was incorrect #51

Open jonpchin opened 7 years ago

jonpchin commented 7 years ago

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.