Closed rbaltrusch closed 2 years ago
Queen moves currently are probably not working correctly. This can be easily tested with a few unit tests that test the queens diagonal and horizontal movement, as well as interaction with targets (blocking and capturing).
Fixed with commit 3a13515, which tests queen horizontal and vertical movement, as well as friendly and enemy captures.
Queen moves currently are probably not working correctly. This can be easily tested with a few unit tests that test the queens diagonal and horizontal movement, as well as interaction with targets (blocking and capturing).