Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sreyashidey/chess_game
Develop a turn-based chess-like game with a server-client architecture, utilizing websockets for real-time communication and a web-based user interface.
https://github.com/sreyashidey/chess_game
Last synced: about 1 month ago
JSON representation
Develop a turn-based chess-like game with a server-client architecture, utilizing websockets for real-time communication and a web-based user interface.
- Host: GitHub
- URL: https://github.com/sreyashidey/chess_game
- Owner: Sreyashidey
- Created: 2024-08-25T16:52:23.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-25T17:00:13.000Z (5 months ago)
- Last Synced: 2024-08-26T18:05:46.302Z (5 months ago)
- Language: JavaScript
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ♟️ Chess Game
This is a simple multiplayer chess game built with **Node.js** and **Socket.io**. Players can join the game and make moves in real-time.
## 🚀 Features
- **Real-time Gameplay:** Players can make moves and see them reflected instantly on the board.
- **Socket.io Integration:** Uses Socket.io for real-time communication between players.
- **Basic Chess Rules:** Allows basic movement of chess pieces (without advanced rules like checkmate, castling, or en passant).## 🛠️ Technologies Used
- **Node.js:** Server-side JavaScript runtime.
- **Socket.io:** Library for real-time web applications.
- **HTML/CSS:** Frontend technologies for building the user interface.## 🎮 How to Play
1. **Clone the Repository:**
```bash
git clone https://github.com/SreyashiDey/chess-game.git
cd chess-game