Skip to content

DavidTimi1/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiplayer Chess Game

Welcome to the Multiplayer Chess Game! This web-based chess game is inspired by the popular game Chess Titans. It allows two players to play chess against each other in real-time.

Quick Play

Click to Play

Features

  • Multiplayer Mode: Play chess against your friends in real-time.
  • Intuitive UI: User-friendly interface inspired by Chess Titans.
  • Responsive Design: Compatible with various devices and screen sizes.
  • Real-Time Updates: Moves are updated instantly for both players.

Technologies Used

  • JavaScript: Handles game logic and real-time updates.
  • HTML: Structures the webpage.
  • CSS: Styles the chessboard and game interface.

Getting Started

To get a local copy of the project up and running, follow these steps:

Prerequisites

Ensure you have the following installed:

  • Node.js (for running a local server)
  • A modern web browser

Installation

  1. Clone the repository:

    git clone https://github.com/DavidTimi1/chess.git
    cd chess
    
  2. Install dependencies (if any):

    npm install
  3. Start the local server:

    npm start
  4. Open your browser and navigate to http://localhost:3000 to start playing.

Usage

  • Start a New Game: Load the webpage and click on "Start New Game".
  • Make a Move: Click on a piece to select it, then click on the destination square to move.
  • Real-Time Gameplay: Each move is instantly reflected on your opponent's board.

Contributing

Contributions are welcome! Follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/YourFeature
  3. Commit your changes:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature/YourFeature
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

  • Inspired by Chess Titans. Although I really doesn't look like it at all 😅

Contact

For any inquiries or feedback, please contact DavidTimi1.


Enjoy playing chess with your friends!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published