Skip to content

andreasdri/chessfun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published