-
I want to init board without use of fen - how to do it?
For example by list of occupied squares, castling rights, en passant, color to move, half moves, full moves.
Currently I am constructing f…
-
I would like to use the library with my own Bitboard (and maybe even different bitboard layouts), .
Would it be possible to make `Bitboard` a trait?
Or is the representation you are using full…
-
I've been seeing these regularly with all the cFish updates I've tried so far, even before Numa. It compiles without error and doesn't seem to affect the engine's performance but perhaps it can lead …
-
For a chess library, it seems the absence of legal move generation is an is an oversight. Hopefully it would be easy to add. It's the only thing keeping this library from being truly useful.
-
Hi,
i got alot of missing errors like this:
bb_test - as an example - is only defined in H-file, but no code to find.
./make.sh
/tmp/ccsDQCXK.ltrans0.ltrans.o: In Funktion `pos_move':
:(.text+…
-
Let us collect results about fixed depth testing in this thread.
First we have lantonov's python script for comparing pgn's:
```python
import chess
from chess import pgn
def pgn_compare():
…
-
Multi Variant Stockfish shows a 15% slowdown respect to [Official Stockfish](https://github.com/official-stockfish/Stockfish).
Is it this expected?
native build with MSYS2
```
make profile-build…
-
Here is proof that "thread code reformat" was a functional change (possibly bad).
I downloaded the linux modern 64 builds from august 12 and august 13 versions from abroke.
If these binaries are not…
-
Hi, recently I started another general purpose chess lib (https://github.com/niklasf/shakmaty) and found your crate only now. Now I wonder how to move forward without duplicating too much work.
You…
-
Need help with the patch "Keep pawns on both flanks" by snicolet