-
The CECP driver of Fairy-Stockfish now handles unknown commands and illegal moves the same way, though an 'Unknow command' response. For moves CECP specifies an 'Illegal move' response, though. This i…
-
- modify test/engine.c (which is a stand alone engine used for integration testing) to support xboard syntax.
- use it in `make.py -p test` to have a run that exercises xboard parsing in c-chess-cli.…
-
Saw this in debug mode that cutechess-cli sends a new position command after each book move.
```
452 >SF-Debug2(1): position startpos
452 >SF-Debug1(0): position startpos moves g1f3
452 >SF-Debug2…
-
My players have the quests.admin.drop perms so that staff can view their journals if they are stuck on what they need to do next.
One of my players has somehow managed to get the quests journal stu…
-
It turns out that Fairy-Stockfish numbers ranks 1 to 10 on boards with 10 ranks, in UCI mode. The de facto standard for this is to use 0-9. This makes SF incompatible with existing, for instance, exis…
-
Dr. Oliver Brausch reported (http://talkchess.com/forum3/viewtopic.php?f=2&t=75718&start=20#p871632):
> "Manchester is a most interesting engine and I hadn't tested it before: It compiles easily…
-
If one side has their king removed, but the FEN says they can still castle, a segmentation fault occurs.
```
Fairy-Stockfish 111220 LB by Fabian Fichter
xboard
setboard rnbqkbnr/pppppppp/8/8/8/8/P…
-
about using an .ini file to get default UCI settings : when i give the command 'uci' Marvin 4.0.1 does not show the NNUE file path option, so when using CuteChess this option is not in the settings wi…
-
Hello,
can you create a Windows binary (32/64 bit executable file) and host it on your Github website too, please? My pc supports the following instructions: MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SS…
-
I have written a Uci Protocol chess Engine in kotlin, the executable is a jar file, which was tested and runs in arena.
I have put the engine file in the "engine" subfolder, and edited the config fil…