baptistecolle / chessmate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess Mate

This is a school project for the course cse1505 (Web Technology) of TU Delft.

Description

Chess mate is a multiplayer chess game that can be played directly from the browser. Users can create rooms that can be later joined by their opponents.

Installing

Run the following to install the necessary dependencies.

npm install

To launch the application, please run.

npm start

About


Languages

Language:JavaScript 78.5%Language:HTML 12.8%Language:CSS 8.7%