The updateCastle() method should be implemented in the Board class in a similar way as it is implemented in Chess\Board. This will eventually allow to implement the play() method and therefore test the heuristic evaluation features in tests/unit/eval/ by using chess opening samples.
The
updateCastle()
method should be implemented in theBoard
class in a similar way as it is implemented in Chess\Board. This will eventually allow to implement theplay()
method and therefore test the heuristic evaluation features in tests/unit/eval/ by using chess opening samples.Keep it up, and happy coding and learning!