Skip to content
/ Chess Public

A multiplayer chess game with minimal log in screen.

Notifications You must be signed in to change notification settings

jeetrico/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Chess Game

A simple chess game built with HTML, CSS, and JavaScript.

Features

  • Play chess against a friend in a browser.
  • Basic chess rules implemented.
  • Move pieces according to chess rules.
  • Highlights valid moves.

Getting Started

Screenshot 2024-09-10 154629 Screenshot 2024-09-10 154719

Prerequisites

No specific prerequisites are needed. Just a modern web browser.

Installation

  1. Clone the repository:

    git clone https://github.com/jeetrico/chess.git
  2. Navigate into the project directory:

    cd chess
  3. Open index.html in your web browser to start playing.

Usage

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.

Contributing

If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.

Acknowledgements

About

A multiplayer chess game with minimal log in screen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published