A simple matchmaking multiplayer chess web app built with chess.js, chessboard.js, socket.io, Node and Express. Built for fun and learning purposes. Can be seen live http://chess.drivenes.net/.
#Setup
Clone the repo with
git clone git@github.com:andybb/chessfun.git
cd
into the directory and run
npm install
bower install
npm start
This might take some time. Now, the site should be available at http://localhost:3000/
#Todo
- Integrate with Gulp
- Prettier design (Bootstrap)
- Clocks
- Game over stuff