9
$\begingroup$

Following the rules created by Lord of dark in this puzzle, and used here and here also, the idea is to find the minimum number of consecutive white moves to checkmate all the black kings (in this case 16). You cannot make a move that would put white in check.

enter image description here

Here's an interactive board.

RULES

  • You are playing as White and you can make as many moves as you want before Black's turn.
  • During your moves you can take any black piece except kings.
  • During your moves your king can not be in check position.
  • At the end of your turn all the black kings must be check mate : if Black can make one move that ends with one king being safe, you don't win. Note that this one move can't be a king moving to a threatened position.
  • One piece can be used in multiple checkmates (you don't have to take all the king, just to checkmate them)
$\endgroup$
3
  • $\begingroup$ Oh. My. Gooood. :-D $\endgroup$ Commented Mar 18, 2017 at 17:16
  • 11
    $\begingroup$ While these are all nice puzzles and I'm enjoying solving them, may I recommend that you not post too many all at once? There's a common effect on Puzzling where sequences of related puzzles end up with strictly decreasing scores. The first time people think "wow, this is cool", the second time "oh look, another one", the third time "meh, seen it already", the fourth time "oh God, not another one". This effect is even stronger when it's the same person posting them. $\endgroup$ Commented Mar 18, 2017 at 17:20
  • $\begingroup$ That certainly is the trend so far. $\endgroup$
    – Dr Xorile
    Commented Mar 19, 2017 at 2:06

1 Answer 1

9
$\begingroup$

It can be done in 53:

This requires knights, obviously.

The kings on A1 and A8 can only be checked by knights on C2 and C7, which also check the kings on A3, A6, B4, B5.
The kings on A2, A4, A5, A7 can only be checked by knights as well, either:
- C1, C4, C5 and C8. This is a no-go, as it leaves B1 and B8 uncheckable except by two more knights, but with eight knights, there's no stopping one of the kings from taking one. They cannot defend themselves.
- C3 and C6, also checking B1 and B8.
Four more pieces needed to attack/defend B2, B3, B6, B7, C1-C8: four queens on C1, C8, E3, E6 can do that. Final position:

This can be done in

C7: three moves from G8.
C6: two moves from G8.
C3: three moves from G8.
C2: four moves from G8.
C1: two moves from H8.
C8: one move from H8.
E3: two moves from H8.
E6: two moves from H8.
G8: seventeen moves from G2-G5.
H8: seventeen moves from H2-H5.

Total: 53 moves.

B1, B4, B5, B8 were already covered by the knights.
B2, B7 are checked by the queens on C1 and C8.
B3, B6 are checked by the queens on E3 and E6.
C1, C3, C4, C5, C6, C8 are defended by the queens on E3 and E6.
C2 and C7 are defended by the queens on C1 and C8.

$\endgroup$
8
  • $\begingroup$ In your final position, the kings at b2 and b7 aren't in check. Need moar knights! $\endgroup$ Commented Mar 18, 2017 at 19:11
  • $\begingroup$ @randal'thor More knights it is! $\endgroup$
    – hvd
    Commented Mar 18, 2017 at 19:26
  • $\begingroup$ But now the knights at c2 and c7 aren't defended. $\endgroup$ Commented Mar 18, 2017 at 19:29
  • $\begingroup$ @randal'thor Fewer knights it is! Seriously, I hope I didn't miss anything now, I went over the complete B and C columns as a sanity check. $\endgroup$
    – hvd
    Commented Mar 18, 2017 at 19:42
  • $\begingroup$ That seems to work. I haven't checked all your move counts, but who cares - have a +1 anyway. $\endgroup$ Commented Mar 18, 2017 at 19:44

Not the answer you're looking for? Browse other questions tagged or ask your own question.