It is working with the Theano backend. To play : https://rudra7781.github.io/chess/
This is the conventional game of Chess made with HTML, CSS and JavaScript. To play the game, you need two players. It is a responsive design that works on both PC and phones. (The game is still in development so some functionalities may not work. You are welcome to raise an issue or work on it yourself)
-
Requirements: Any code editor, git software
-
Clone the Repository:
git clone https://github.com/Rudra7781/chess.github.io.git -
Create a Branch:
git checkout -b branchNameReplace branchName with a meaningful branch name for your changes. -
Make Changes: Make the necessary changes to the code using your preferred code editor.The index.html file can be run on any local server or any code editor. If you are using VS code, the live server,\ extension will directly run the file.
-
Stage and Commit Changes:
git add .,git commit -m "Description of the changes"Replace the commit message with a brief description of the changes you made. -
Push Changes:
git push origin feature-branch -
Create a Pull Request (PR):
Go to your repository on GitHub. Switch to the branch you just pushed. Click on the "New pull request" button. Compare the changes, provide a title and description for your PR. Submit the pull request.