Skip to content

Commit cbe6741

Browse files
Update README.md
1 parent fc28105 commit cbe6741

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

Chess Game/README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,31 @@ Chess is a board game between two players. It is sometimes called international
1919
<br>
2020
<img src="https://user-images.githubusercontent.com/79866006/220220797-ae1d0c17-02c2-4957-96f2-16590098f039.jpg" width="200" height="400"> <img src="https://user-images.githubusercontent.com/79866006/220220967-f372e553-4592-48a0-bc7a-8e3bab848181.jpg" width="200" height="400"> <img src="https://user-images.githubusercontent.com/79866006/220221157-034e7858-befd-48a1-bc3a-19b7c01b36d2.jpg" width="200" height="400">
2121

22+
</details>
23+
24+
<details>
25+
<summary><b>Directions</b></summary>
26+
<br>
27+
28+
**How Chess Pieces Move**
29+
30+
- **Kings move** one square in any direction, so long as that square is not attacked by an enemy piece. Additionally, kings are able to make a special move, known as castling.
31+
32+
- **Queens move** diagonally, horizontally, or vertically any number of squares. They are unable to jump over pieces.
2233

34+
- **Rooks move** horizontally or vertically any number of squares. They are unable to jump over pieces. Rooks move when the king castles.
2335

24-
</details>
36+
- **Bishops move** diagonally any number of squares. They are unable to jump over pieces.
37+
38+
- **Knights move** in an ‘L’ shape’: two squares in a horizontal or vertical direction, then move one square horizontally or vertically. They are the only piece able to jump over other pieces.
2539

40+
- **Pawns move** vertically forward one square, with the option to move two squares if they have not yet moved. Pawns are the only piece to capture different to how they move. The pawns capture one square diagonally in a forward direction.
41+
Pawns are unable to move backward on captures or moves. Upon reaching the other side of the board a pawn promotes into any other piece, except for a king. Additionally, pawns can make a special move named En Passant.
42+
43+
44+
![chess-infographic-how-chess-pieces-move-1146x2048](https://user-images.githubusercontent.com/79866006/220221891-03fc46ca-1fd7-44dd-9780-cba9401ee2f8.jpg)
45+
</details>
2646

27-
Directions
2847

2948

3049

0 commit comments

Comments
 (0)