Skip to content

Saachi26/WePlayChess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

WePlayChess

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.

Features

  • 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.

Technologies Used

  • Frontend: MERN stack, Tailwind CSS
  • Backend: Node.js, Express.js

Installation

To get started, clone this repository to your local machine:

git clone https://github.com/Saachi26/WePlayChess.git
cd WePlayChess

Frontend

If you're running the frontend separately, navigate to the frontend folder and install dependencies:

cd frontend
npm install
npm start

Backend

For the backend, navigate to the backend folder, install dependencies, and run the server:

cd backend
npm install
npm start

Contributing

If you would like to contribute to the development of this project, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your forked repository.
  5. Open a pull request with a description of your changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published