andreasdri / chessfun

Simple multiplayer chess

Home Page:https://chess.drivenes.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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

About

Simple multiplayer chess

https://chess.drivenes.net

License:MIT License


Languages

Language:JavaScript 79.1%Language:HTML 19.6%Language:CSS 1.4%