Notdutra / Chess-game

creating chess.com "clone" (just similar really)
MIT License
0 stars 0 forks source link

Chess Game

This project is a chess game built with React, Vite, and ESLint. The game features full gameplay, including check, checkmate, stalemate, and piece promotion, along with ongoing development for castling, sounds, and other features.

Features

Technologies Used

Roadmap

The following features are planned for future updates:

Setup

To run this project locally:

  1. Clone the repository:

    git clone https://github.com/notdutra/Chess-game.git
    
  2. Navigate into the project directory:

    cd Chess-game
    
  3. Install the dependencies:

    npm install
  4. Run the development server:

    npm run dev
  5. Open the project in your browser:

    http://localhost:3000

Contributing

I welcome contributions to improve the Chess Game project! Whether you're fixing bugs, adding new features, or enhancing documentation, your contributions are appreciated.

How to Contribute

  1. Fork the repository
    Start by forking the repository to your own GitHub account. This creates a copy of the project where you can make changes without affecting the main codebase.

  2. Clone your fork
    Clone your forked repository to your local machine:

    git clone https://github.com/your-username/Chess-game.git
  3. Create a new branch Create a new branch for your changes:

    git checkout -b feature/your-feature-name

    Replace your-feature-name with a descriptive name for your feature or fix.

  4. Make your changes Make your changes to the codebase. You can test your changes by running the development server:

    npm run dev
  5. Commit your changes Once you're happy with your changes, commit them with a descriptive commit message:

    git add .
    git commit -m "Add feature: your feature description"
    git push origin feature/your-feature-name
  6. Open a Pull Request Push your changes to your fork on GitHub and open a Pull Request in the main repository. Provide a detailed description of your changes and the problem you're solving.

  7. Discuss and Review Once your Pull Request is open, it will be reviewed by me. You may need to make additional changes or address feedback before your changes are accepted.

Code of Conduct

Introduction

As the sole maintainer of this project, I am committed to providing a welcoming and inclusive environment for everyone who contributes to the Chess game project. This code of conduct outlines my expectations for all participants in the project to ensure a respectful and productive space for everyone.

How I Expect You to Act

I expect all participants to follow these principles when engaging with the project:

What to Do if You Witness or Experience Unacceptable Behavior

If you experience or witness any behavior that violates this code of conduct, please report it to me directly. I will take appropriate steps to address the issue and ensure that the project remains a welcoming space for all participants.

Consequences of Unacceptable Behavior

If a participant engages in unacceptable behavior, I will take the necessary actions to address it. This could range from a warning to being temporarily or permanently banned from contributing to the project, depending on the severity of the situation.

Conclusion

By contributing to the Chess game project, I expect everyone to engage respectfully and thoughtfully. Let's work together to create a positive and welcoming environment for all.