Skip to content

Classic chess using socket.io on the server and vanilla JS on client side.

Notifications You must be signed in to change notification settings

pratham1002/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic Chess in Vanilla JS made online multiplayer using socket.io

The backend for the game is built upon from the checkmate repository.

TODO

  • remove illegal moves which cause allow the king to be killed in the next move

Issue

  • when board is copied while trying to caculate illegal moves, instead of a new array of null objects being created, the board gets replicated before it is intended.

About

Classic chess using socket.io on the server and vanilla JS on client side.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published