ierobbins / socket.io-chess

Real-time multi-player chess app using socket.io

Home Page:http://chess.thebinarypenguin.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

A real-time multi-player chess app using node, express, and of course socket.io.

A demo can currently be found at chess.thebinarypenguin.com.

Other Projects

This project is just a little something I threw together for personal education and isn't particularly polished. However the following projects are and should be checked out

Getting Started

  1. Download
git clone https://github.com/thebinarypenguin/socket.io-chess.git
  1. Install
cd socket.io-chess
npm install
  1. Run
node server.js

License

Licensed under the MIT License

About

Real-time multi-player chess app using socket.io

http://chess.thebinarypenguin.com/


Languages

Language:JavaScript 88.4%Language:HTML 7.2%Language:CSS 4.3%