TKPending / ChessGame

HTML and Javascript Chess Game
0 stars 0 forks source link

CG-22 Off board tiles are considered legal #32

Closed TKPending closed 9 months ago

TKPending commented 9 months ago

Tiles that are off the board are being added to valid moves. Need to change the code to add a condition that deals with that.