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:
| Layer | Technologies |
|---|---|
| Frontend | Bootstrap |
| Backend | Node.js, Express |
| Real-Time | Socket.io |
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
npm install
cd client
node app
cd ../server
node server
Open your browser and go to:
http://localhost:3000 (or the port defined in your code)
๐ผ๏ธ Screenshots


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!