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.
- 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.
- JavaScript: Handles game logic and real-time updates.
- HTML: Structures the webpage.
- CSS: Styles the chessboard and game interface.
To get a local copy of the project up and running, follow these steps:
Ensure you have the following installed:
- Node.js (for running a local server)
- A modern web browser
-
Clone the repository:
git clone https://github.com/DavidTimi1/chess.git cd chess -
Install dependencies (if any):
npm install
-
Start the local server:
npm start
-
Open your browser and navigate to
http://localhost:3000to start playing.
- 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.
Contributions are welcome! Follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/YourFeature
- Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/YourFeature
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Inspired by Chess Titans. Although I really doesn't look like it at all 😅
For any inquiries or feedback, please contact DavidTimi1.
Enjoy playing chess with your friends!