chatton/ChessProject

CHECKMATE

Closed this issue · 2 comments

Need to research which checkmate logic would suit this project best.

We can try a brute force approach to looking for check mate, and if this turns out to hurt performance noticeably we can focus on implementing a more efficient algorithm

check mate functionality done and test working, more tests have to be added