divy-07 / chess-engine

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

Castling move generation #31

Closed divy-07 closed 1 year ago

divy-07 commented 1 year ago

Can receive castling moves over UCI and make them ourselves.

Also fixed a bug with en passant moves

Resolves #8