neat-chess icon indicating copy to clipboard operation
neat-chess copied to clipboard

Java UCI Protocol implementation (Universal Chess Engine)

Results 5 neat-chess issues
Sort by recently updated
recently updated
newest added

This commit: https://github.com/nomemory/neat-chess/commit/0ed3ad39de9f9f6a35c55bfcfea3bdbcc16c835b is not updated in maven repo. Please do the needful.

Using Stockfish 15, I am getting this exception: ```java Exception in thread "AWT-EventQueue-0" net.andreinc.neatchess.client.exception.UCIRuntimeException: net.andreinc.neatchess.client.exception.UCIRuntimeException: Cannot find best movement in engine output! at net.andreinc.neatchess.client.UCI.lambda$command$1(UCI.java:127) at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)...

I've tried for a good half hour to start stockfish using the provided startStockfish() method. I have manually added the $PATH on my windows environment. No matter what variation I...

Hello! I'm messing about with this API for a chess project. Its been great so far, mostly without issues! So thanks for providing this, first off. As for usage of...