A simple chess game built with HTML, CSS, and JavaScript.
- Play chess against a friend in a browser.
- Basic chess rules implemented.
- Move pieces according to chess rules.
- Highlights valid moves.
No specific prerequisites are needed. Just a modern web browser.
-
Clone the repository:
git clone https://github.com/jeetrico/chess.git
-
Navigate into the project directory:
cd chess
-
Open
index.html
in your web browser to start playing.
Simply open index.html
in your browser. The game board will appear, and you can start playing chess by clicking on pieces to move them.
If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
- Chess rules – For the rules and strategies.
- Open Source Community – For making this project possible.