DenisIvanov26 / poker-game

0 stars 0 forks source link

Table ID Generation #19

Closed DenisIvanov26 closed 2 months ago

DenisIvanov26 commented 3 months ago
  1. Establish a user websocket connection
  2. Upon clicking the Play Now button it sends a request to the backend to create a random id
  3. When the request finishes, reroute the user to /game/[id]
iyabc commented 2 months ago

with #18