Wait, the instructions are a little ambiguous. I clicked "Solution" and it has the dark-squared bishop on a white square! XD Should maybe update the instructions to clarify that the dark-squared bishop is not constrained to dark squares.
Chess puzzle I found in my dad's old book
11–20 of 79 posts
Re: Chess puzzle I found in my dad's old book
#12Neat. Surprisingly, there are 388 solutions, and a lot of them look rather unintuitive. ........ ...Q.... ........ ........ .....Q.. ........ ........ Q..B..Q. Q....... ........ ........ ........ ..QQB..Q ........ ........ ........ My original intuition was to place the queens on unique rows and columns to cover as much as possible but it turns out there are solutions with three of them on the same row. Python script…
Re: Chess puzzle I found in my dad's old book
#13Re: Chess puzzle I found in my dad's old book
#14Wait, the instructions are a little ambiguous. I clicked "Solution" and it has the dark-squared bishop on a white square! XD Should maybe update the instructions to clarify that the dark-squared bishop is not constrained to dark squares.
where did you read "dark-squared"?
Re: Chess puzzle I found in my dad's old book
#15Wait, the instructions are a little ambiguous. I clicked "Solution" and it has the dark-squared bishop on a white square! XD Should maybe update the instructions to clarify that the dark-squared bishop is not constrained to dark squares.
It's a black bishop, but not necessarily a dark-squared bishop. Both the black side and white side in a normal chess game get a dark-squared and a light-squared bishop, and I don't see anywhere that specifies which type this one is. It can be either one depending on where you place it.
Re: Chess puzzle I found in my dad's old book
#16Neat. Surprisingly, there are 388 solutions, and a lot of them look rather unintuitive. ........ ...Q.... ........ ........ .....Q.. ........ ........ Q..B..Q. Q....... ........ ........ ........ ..QQB..Q ........ ........ ........ My original intuition was to place the queens on unique rows and columns to cover as much as possible but it turns out there are solutions with three of them on the same row. Python script…
........
Q..B..Q.
........
........
.......Q
........
........
...Q....
Where the bishop lies at the intersection of three queens' horizontal attacks. With these queens, no other bishop placement works.Re: Chess puzzle I found in my dad's old book
#17Re: Chess puzzle I found in my dad's old book
#18Really nice but I wish I didn't have to click "Check" every time after moving the pieces. It could do that automatically.
Re: Chess puzzle I found in my dad's old book
#19 . . . . . . . .
. . . . . . . Q
. . B . . . . .
. . . . . Q . .
. . . . . . . .
. . . Q . . . .
. . . . . . . .
. Q . . . . . .Re: Chess puzzle I found in my dad's old book
#20I think this is a bit ambiguous and, strictly speaking, wrong for the solution as given.
In particular, this asks for the king to be in check _mate_. Does this require all black pieces to defend each other? Otherwise, white king on the board would not be in checkmate if you place it next to a queen and can immediately capture.
From the solution, you can see it's not a checkmate requirement, just a check requirement.