Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.06 KB

readme.md

File metadata and controls

26 lines (15 loc) · 1.06 KB

Multiplayer Chess Game!♟️

This project is entirely developed from scratch using JavaScript. I have tried my best to optmize the approach on how to take decisions based on user input keys and how to visually present them. This was a challenging project in terms of the amout of time it took to build and since i didn't followed any tutorials, making my own logic work and fixing bugs was difficult. Yet i learnt loads form this project on how to manage large codebase and how to come up with a better and more efficient approach. I'll improve this further after learning react.

Do check out the website 😄

Screenshots

App Screenshot

App Screenshot

Features

  • Visual representation of all possible moves of a piece
  • A virtual timer on both player's dashboard
  • Concepts like pawn promotion are included

Local Setup

npm install

run this command to install packages

Website Link

https://multiplayer-chess-game-dvj.netlify.app/