A simple matchmaking multiplayer chess web app built with chess.js, cm-chessboard, Socket.IO, Node.js and Express. Built for fun and learning purposes. Can be seen live http://chess.drivenes.net/.
Requirements:
- Node.js >= 24.0.0
Installation:
Clone the repo with
git clone git@github.com:andybb/chessfun.git
cd into the directory and run
npm install
npm start
The site will be available at http://localhost:3000/