Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 595 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 595 Bytes

chessfun

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 [email protected]: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