Jerome Vergueiro Vonk
Results
3
comments of
Jerome Vergueiro Vonk

You were absolutely right. Function `Game::isUnderAttack` now_ checks if a square is [under attack by the king](https://github.com/jeromevonk/chess_console/blob/master/source/chess.cpp#L785), in every direction a king can attack. There a test condition for this...
Thanks @fynnwilliam !