Stacked-Labs / poker-game

Stacked Poker is a Web3 application allowing users to host their own games using a variety of digital assets
https://stackedpoker.io
0 stars 0 forks source link

Table ID Generation #19

Closed Denis2626 closed 7 months ago

Denis2626 commented 7 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 7 months ago

with #18