fedemengo / instantChess

Very simple chess platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online chess

v-2.0 using chess.js

How to play

  • git clone https://github.com/fedemengo/instantChess.git
  • cd instantChess
  • npm install
  • node index
  • white player open localhost:3000/
  • url for black player is displayed
  • black player open url

Features

  • Mutliple games at once (on the same server)
  • Close and resume a game

TODO

  • Implement castling

About

Very simple chess platform


Languages

Language:JavaScript 70.8%Language:HTML 16.2%Language:CSS 13.1%