jonpchin/gochess

Removed part of enpassent logic, was incorrect

jonpchin opened this issue · 0 comments

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.