MisterQueen
MisterQueen copied to clipboard
Fix checkmate bug (#7)
Replaced gen_moves() with gen_legal_moves() in root_search().
This should prevent the engine from making moves when checkmated.