-
If you have a node for castling in a pre-existing game, and you call:
`cur_node.board().uci(cur_node.move, chess960=True)` it will not translate the castling move into chess960 format, because `cur…
-
Im using python-chess to correct castling rights. But for this uci960 pos, it doesn't work.
import chess
b = chess.Board('1r1k1r2/5p2/8/8/8/8/3N4/R5KR b KQkq - 0 1', True)
b
results in: Board('1…
-
hi,
I think there is a bug in the Asmfish Master from 15.02.18 !
It was switched to the OTM. Which is alright. But if I want to change the MinThinkTime in Arena under Settings, for example, from 20m…
ghost updated
6 years ago
-
Recently I played a chess 960 game but I could not castle during it. Here is the game : https://lichess.org/0PiicbCi
I tried to castle king side on move 11 (instead of 11...Bg6) and 13 (instead of 1…
-
Cfish : Src of 2018/02/15
Total time (ms) : 4365
Nodes searched : 5006365
Nodes/second : **1 146 933**
Stockfish 9
Total time (ms) : 2445
Nodes searched : 5006365
Nodes/second …
-
When working with some chess960 positions, it crashes when a movetime is defined.
No problem with "go" wxithout options.
To reproduce:
setoption name UCI_Chess960 value true
position fen Bnknb…
-
asmFish is very stable in normal chess but crashes randomly in FRC (Chess960). In the file /guts/Castling.asm there are functions that check legality for short and long castling for white and black. A…
-
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+…
-
[Event "Live Chess"]
[Site "Chess.com"]
[Date "2016.10.27"]
[Round "-"]
[White "Hikaru"]
[Black "MagnusCarlsen"]
[Result "1-0"]
[Variant "Chess960"]
[SetUp "1"]
[FEN "nqrkbbrn/pppppppp/8/8/8/…
-
This doesn't have very high priority, since Atomic960 is rather rare. Input:
```
setoption name uci_variant value atomic
setoption name uci_chess960 value true
position fen 8/8/8/8/8/8/2k5/rR4K1…