Chess Game

◴ 3 September 2023 | ☕ 2 mins

Github Source Code

๐Ÿ—จ๏ธ Overview

Chesssss โ™› is a basic chess game where two users can compete against each other in real-time. Along with gameplay, it includes a live chat feature so you can message your opponent during the match. ๐Ÿ—จ๏ธ

The UI is minimal and functional, but thereโ€™s definitely scope for improvements โ€” contributions are more than welcome ๐Ÿค.

Before the game starts:

๐Ÿ’ป Software Stack

LayerTechnologies
FrontendBootstrap
BackendNode.js, Express
Real-TimeSocket.io

๐Ÿ› ๏ธ Installation & Usage

To run Chesssss on your local machine, follow these steps: ๐Ÿ“

# Clone the repository โ™Ÿ
git clone https://github.com/HISHAN03/ChatApp.git

# Navigate to the project directory ๐Ÿš€
cd Chesssss

Install Dependencies โ™š

npm install

Start the Client Server โ™ž

cd client
node app

Start the API Server ๐Ÿ”ง

cd ../server
node server

Access the App

Open your browser and go to:
http://localhost:3000 (or the port defined in your code)


โ™œ Game Flow


๐Ÿ–ผ๏ธ Screenshots

Chess Room Create

Chess Gameplay


Built with love for games and learning. Feel free to contribute if you want to improve the frontend or add new features like a move timer or audio chat!