Skip to content

devarsh-mavani-19/MultiplayerChess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

MultiplayerChess

image

Installation Steps

  1. fork the repo
  2. git clone <repo-url>
  3. cd MultiplayerChess
  4. cd chess-frontend
  5. npm i
  6. cd ../backend
  7. npm i

Features

  1. Room Id generation
  2. Real-time game

Libraries Used

  1. React (Frontend)
  2. Express.JS (Backend)
  3. chess.js (Chess Moves Validation)
  4. react-chessboard (Chess board)

Running Locally

  1. Start server cd backend && npm start
  2. Start react app cd chess-frontend && npm start

About

Multiplayer chess using MERN Stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors