divy-07 / chess-engine

Implementing a basic Java chess engine
Apache License 2.0
1 stars 0 forks source link

Tests for castling move generation #2

Open divy-07 opened 1 year ago

divy-07 commented 1 year ago

Add tests in src/test/java/chess/moves/CastlePossibleMoveTest.java

We need to account for:

divy-07 commented 1 year ago

Also need to add Knight move generation tests, no idea how that escaped my mind