Skip to content

MURHAF-ELMASRI/chessy

Folders and files

NameName
Last commit message
Last commit date
May 28, 2022
Jun 5, 2022
May 28, 2022
Jun 5, 2022
May 28, 2022
Jul 14, 2021
Jul 14, 2021
May 28, 2022
Jul 1, 2021
Jun 5, 2022
May 28, 2022
Jun 5, 2022

Repository files navigation

chessy  

Multiplayer real-time chess game uses node.js, React Web-Socket/ws, firebase, material-ui and react-beautiful-dnd.

demo

you can visit the https://realtime-chess-24c56.firebaseapp.com/

How it works :

I will explain how the system of the game works in order to understand the code. using UML charts.

state diagram:

This diagram shows the states of users and transitions between the states.

sequence diagram:

I translate the states diagram into sequence diagram this will give a better overview

  • offline --> online:

    when user register to the system.

  • online --> play:

    when user register to the system.

  • play --> offline/online:

    when user register to the system.

About

multiplayer real-time chess game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages