FastChess, Chess960 & Stockfish...

Discussion of chess software programming and technical issues.

Moderator: Ras

User avatar
Steve Maughan
Posts: 1265
Joined: Wed Mar 08, 2006 8:28 pm
Location: Florida, USA

FastChess, Chess960 & Stockfish...

Post by Steve Maughan »

Is it possible to play chess960 matches using FastChess and Stockfish? I'm using a Fischer-Random-Chess opening book from the Stockfish site:

https://github.com/official-stockfish/books

The chess960 books all encode castling rights in the "KkQq" format i.e. not the UCI format of the file of the rooks e.g. "AaHa". When I play games using the opening book file using FastChess I get a load of errors. What am I missing? How can I run FastChess matches against chess960 engines? Are there any tutorials?

- Steve
http://www.chessprogramming.net - Juggernaut & Maverick Chess Engine
Ferdy
Posts: 4846
Joined: Sun Aug 10, 2008 3:15 pm
Location: Philippines

Re: FastChess, Chess960 & Stockfish...

Post by Ferdy »

Code: Select all

./fastchess --help
In your command line add the variation option.

Code: Select all

-variant fischerandom
User avatar
Steve Maughan
Posts: 1265
Joined: Wed Mar 08, 2006 8:28 pm
Location: Florida, USA

Re: FastChess, Chess960 & Stockfish...

Post by Steve Maughan »

BOOM — it works!!

Thanks!
http://www.chessprogramming.net - Juggernaut & Maverick Chess Engine