Bauddhik-Geeks / Dice-Game

Dice Game
https://bauddhik-geeks.github.io/Dice-Game
2 stars 10 forks source link

[Feature] Add multiple devices support for multiplayer #4

Open Nitesh-thapliyal opened 2 years ago

Nitesh-thapliyal commented 2 years ago
avinash-tiwari commented 2 years ago

@Nitesh-thapliyal I can look into it, socket is a new concept for me, will let you know if I can pick this one up. Also, we will need to run it on a server in order to make multiplayer applicable in this Thanks.

avinash-tiwari commented 2 years ago

@Nitesh-thapliyal we need to write a backend server for the same, then converting the current code-base to a web-socket client. This is what I think should be the solution, what are your insights?