Update content/blog/chess-knight-problem/index.md

Co-authored-by: Corbin Crutchley <crutchcorn@gmail.com>
This commit is contained in:
Thomas Hodges
2020-04-30 15:06:45 -07:00
committed by GitHub
parent a3601a57c8
commit ff77b19939

View File

@@ -16,7 +16,7 @@ For some background - a chess knight moves in an L-shaped pattern - two up and o
This is a diagram showing all possible knight moves: This is a diagram showing all possible knight moves:
![Image of possible moves for a knight centered on a chessboard.](./knight-moves-0.png) ![A list of possible moves for a knight centered on a chessboard, following the L pattern mentioned above](./knight-moves-0.png)
The red mark above is an arbitrary starting point, and the green marks are all of the possible places that the knight can jump from that point. The red mark above is an arbitrary starting point, and the green marks are all of the possible places that the knight can jump from that point.