Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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