TKPending / ChessGame

HTML and Javascript Chess Game
0 stars 0 forks source link

CG-21 Refactor check based on turns #31

Closed TKPending closed 9 months ago

TKPending commented 9 months ago

Once I start implementing turns, I will refactor how the check is being used. I want the function to return a function which will indicate that the piece is in check.

TKPending commented 9 months ago

Whilst working on the checkmate/check and the turns. I created the logic to deal with, check and turns.