Skip to content

Commit 82f0571

Browse files
Update README.md
Updated more
1 parent d90aeaf commit 82f0571

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ A simple chess game implemented using React.
1111
* **Move Validation:** Validates moves according to chess rules, including checks for valid paths and piece collisions.
1212
* **Highlighting Valid Moves:** Highlights available moves for a selected piece.
1313
* **Check and Checkmate Detection:** Detects check and checkmate situations using hooks.
14-
* **Stalemate Detection:** Detects stalemate situations.
15-
* **Pawn Promotion:** Allows pawn promotion to Queen, Rook, Bishop, or Knight upon reaching the opposite end of the board.
1614
* **Castling:** Implements castling move for the King and Rook pieces.
1715
* **Responsive Design:** Adapts the board size to the screen size.
1816

@@ -62,8 +60,7 @@ Before running the application, ensure you have the following installed:
6260
* Click on a chess piece to select it. Valid moves for the selected piece will be highlighted.
6361
* Click on a highlighted square to move the piece to that location.
6462
* The game automatically switches turns between White and Black.
65-
* Pawn promotion prompts you to select the piece to promote to (Queen, Rook, Bishop, or Knight) when a pawn reaches the opposite rank.
66-
* The game displays alerts for checkmate, stalemate, and when a player wins.
63+
* The game displays alerts for checkmate and when a player wins.
6764

6865
## 💡How to Contribute?
6966
1. Fork the repository.

0 commit comments

Comments
 (0)