Welcome to the Chess Game repository! This is a fully functional chess game built with [insert technologies used]. It allows two players to compete against each other in a virtual chessboard, providing a smooth and enjoyable experience for players of all levels.
- Two-player gameplay: Play against a friend locally.
- Real-time board updates: The board updates after each move.
- Piece movement: All chess pieces can move according to the standard rules of chess.
- Check & Checkmate detection: The game detects check and checkmate conditions.
- Frontend: MERN stack, Tailwind CSS
- Backend: Node.js, Express.js
To get started, clone this repository to your local machine:
git clone https://github.com/Saachi26/WePlayChess.git
cd WePlayChess
If you're running the frontend separately, navigate to the frontend
folder and install dependencies:
cd frontend
npm install
npm start
For the backend, navigate to the backend
folder, install dependencies, and run the server:
cd backend
npm install
npm start
If you would like to contribute to the development of this project, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Open a pull request with a description of your changes.
This project is licensed under the MIT License - see the LICENSE file for details.