A modern multiplayer chess game built with JavaScript and Chess.js that lets you play chess with friends in real-time.
- Real-time multiplayer: Challenge friends or random opponents
- Cross-platform compatibility: Play on desktop, tablet, or mobile devices
- Standard chess rules: Fully implemented using Chess.js
- Move validation: Legal move highlighting and illegal move prevention
- Frontend: JavaScript, HTML / CSS
- Chess Logic: Chess.js
- Real-time Communication: Socket.io
- Backend: Node.js, Express