divy-07 / chess-engine

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

Finish setup of basic UCI communication #13

Closed divy-07 closed 1 year ago

divy-07 commented 1 year ago

Now we can make moves using UCI.

Note: the mini-max algorithm in MoveGeneration.java is temporary for testing, it hasn't been tested and may contain bugs.