Skip to content

charu1603/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time Chess Application

Introduction

This is a real-time multiplayer chess application built using Socket.io, Node js, Express js.

Screenshot (698)

Technologies Used

  • Node js
  • Express js
  • Socket.io
  • Tailwind CSS
  • Chess.js

Setup and Installation

  1. Clone the repository:
    git clone https://github.com/charu1603/Chess.git
  2. Navigate to the project directory:
    cd Chess
  3. Install the dependencies:
    npm install
  4. Start the application:
    node app.js
  5. Open your browser and go to http://localhost:3001.

I am still working on this, trying to improve

  1. frontend part
  2. queue for storing the moves
  3. login/signup functionality
  4. live leaderboard rating system