-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpuzzles.tex
More file actions
76 lines (64 loc) · 3.22 KB
/
Copy pathpuzzles.tex
File metadata and controls
76 lines (64 loc) · 3.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
\section{Puzzles}
\begin{figure}[H]
\centering
\chessboard[moverstyle=circle, mover=w, setwhite={Ke1, Ra1, Nf1, Be2, Qh8, Pa2, Pb2, Pc2, Pf2, Pg3}, addblack={Kf8, Qh1, Re8, Ng8, Bg4, Pa7, Pb7, Pc7, Pd6, Pf7, Ph7}]
\caption{What move avoids a forced checkmate?}
\label{fig:puzzle-1}
\end{figure}
\begin{figure}[H]
\centering
\chessboard[moverstyle=circle, mover=w, setwhite={Kg1, Rf1, Ra1, Qb6, Bc4, Pb3, Pd3, Pf2, Pg2, Ph2}, addblack={Kg8, Rd4, Qg5, Pf7, Pg6, Ph7, Nh6}]
\caption{What move initiates an +M1 or captures a queen?}
\label{fig:puzzle-2}
\end{figure}
\newpage
\subsection{Solutions}
{{\hypersetup{hidelinks}\paragraph{\hyperref[fig:puzzle-1]{Puzzle 1}} \textbf{1. O-O-O}}
\begin{figure}[H]
\centering
\chessboard[
moverstyle=circle,
mover=w,
setwhite={Ke1, Ra1, Nf1, Be2, Qh8, Pa2, Pb2, Pc2, Pf2, Pg3},
addblack={Kf8, Qh1, Re8, Ng8, Bg4, Pa7, Pb7, Pc7, Pd6, Pf7, Ph7},
pgfstyle=straightmove,
color=red,
markmoves={a1-d1, e1-d1, e1-d2, a2-a3, a2-a4, b2-b3, b2-b4, c2-c3, c2-c4, h8-h7, h8-g7, h8-g8, h8-f6, h8-e5, h8-d4, h8-c3, f2-f3, f2-f4, a1-b1, a1-c1},
color=green,
markmoves={e1-c1}
]
\caption{The only good move is \textbf{1. O-O-O}. All other moves are marked in red.}
\label{fig:puzzle-sol-1}
\end{figure}
The following list discusses all possible moves and shows why they lead to mate.
\begin{itemize}
\item \textbf{1. \q xh7} looses a queen.
\item \textbf{1. \q xg8+}, \textbf{1. \q g7+} and \textbf{1. \q e5} looses a queen and doesn't prevent the forced checkmate (see point 4).
\item \textbf{1. f3} is pointless, because of \textbf{1... \b xf3}.
\item \textbf{1. [a/b/c][3/4]}, \textbf{1. f4} and \textbf{1. \r [b/c]1} allow -M2 with \textbf{1... \r xe2+ 2. \k d1 \q xf1\#}.
\item \textbf{1. \r d1} allows -M1 with \textbf{1... \r xe2\#}.
\item \textbf{1. \k d1} allows -M2 with \textbf{1... \r xe2 2. ? \r xf1\#}. White's second move cannot prevent the mate.
\item \textbf{1. \k d2} allows -M2 with \textbf{1... \r xe2+ 2. \k [c/d]1 \q xf1\#} and -M5 with \textbf{1... \r xe2+ 2. \k [c/d]3 \q f3+ 3. \k [b/c/d]4 \r e4+ 4. \k [a/b/d]5 \q f5+ 5. \q e5 \q xe5\#}
\end{itemize}
\newpage
{{\hypersetup{hidelinks}\paragraph{\hyperref[fig:puzzle-2]{Puzzle 2}} \textbf{1. Qxd4}}
\begin{figure}[H]
\centering
\chessboard[
moverstyle=circle,
mover=w,
setwhite={Kg1, Rf1, Ra1, Qb6, Bc4, Pb3, Pd3, Pf2, Pg2, Ph2},
addblack={Kg8, Rd4, Qg5, Pf7, Pg6, Ph7, Nh6},
pgfstyle=straightmove,
color=green,
markmoves={b6-d4},
]
\caption{The best move is \textbf{1. Qxd4}. Possible follow-ups and white's response are marked with arrows.}
\label{fig:puzzle-sol-2}
\end{figure}
The following list discusses black's possible responses to white's mate threat and details white's best response.
\begin{enumerate}
\item \textbf{1... \q [a5/e5/f6/xg2+]} looses a queen and can't prevent the checkmate. \textbf{2. [\r xa5/\q xe5/xf6/\k xg2] ... 3. \r a8\#}. Black has no possible counter for the checkmate threat as move 2.
\item \textbf{1... [\n[f5/g4]/\q [e7/c1/d2/g2/e3/g3/[f/g/h]4/[b/c/d/f/h]5]]} does nothing. \textbf{2. \r a8\#}
\item \textbf{1... \q d8} delays the mate to +M5. \textbf{2. \q xd8+ \k g7 3. \q d4+ \k f8 4. \r a8+ \k e7 5. \q d8\#}
\end{enumerate}