Skip to content

Rudra7781/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess

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)

Usage

  1. Requirements: Any code editor, git software

  2. Clone the Repository: git clone https://github.com/Rudra7781/chess.github.io.git

  3. Create a Branch: git checkout -b branchName Replace branchName with a meaningful branch name for your changes.

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

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

  6. Push Changes: git push origin feature-branch

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

Once your pull request has been reviewed and approved. It will be merged onto the master branch by the owner.

About

Enjoy my responsive chess game! Created using HTML, CSS, and JavaScript for seamless play. Dive into strategic battles with a user-friendly interface. Have fun exploring and improving your chess skills!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors