Titanic Chess #869
Unanswered
l1ttlewolf
asked this question in
Q&A
Replies: 1 comment
-
Ok. I got a response on Discord saying that random FEN is not supported yet. That must be the reason. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Titanic Chess is a 10x10 chess variant.
Each player has 24 pieces: 1 King, 2 Queens, 3 Rooks, 3 Bishops, 5 Knights, and 10 Pawns.
Pawns are placed on the third row.
Second row: RNBNQKNBNR
First row: 1 Queen, 1 Rook, 1 Bishop, and 1 Knight. On the first row the 4 pieces are randomly placed.
Here is the code:
[titanic_chess:chess]
maxFile = 10
maxRank = 10
pieces = KQQRRRBBBNNNNNPPPPPPPPPP
start_position =
?qrbn/rnbknqkbnr/pppppppppp/10/10/10/10/PPPPPPPPPP/RNBKNQKBNR/?QRBN
random_first_row = true
It doesn't work. I don't know why.
Shaffle Chess uses the same board and 24 pieces.
The difference is that the pieces are completely random on the first two rows, while the 10 Pawns remain on the third row.
This is some kind of Fisher Random Chess on a 10x10 board.
How do I make them work?
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions