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.
- 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).
- Node.js: Server-side JavaScript runtime.
- Socket.io: Library for real-time web applications.
- HTML/CSS: Frontend technologies for building the user interface.