chips-blockchain / pangea-poker

This is the reference GUI for Pangea Poker, blackchain based decentralised game.
https://chips.cash/
25 stars 16 forks source link

Ability to display multiple table and picking option #504

Open sg777 opened 2 years ago

sg777 commented 2 years ago

Now the player backend have the info about all the dealers in the game. The sample info looks like this:

[{
        "ip":   "141.94.227.69",
        "dcv_state":    dealer_table_full
    }, {
        "ip":   "141.94.227.68",
        "dcv_state":    dealer_table_empty
    }]

The BE can push this info to the GUI with more info about the tables, and on the GUI the player can pick one table and join. Atm, on the GUI I see an interface as below:

Untitled

The same type of interface should be displayed to the player after player connecting to the backend. The moment the player connects to backend the BE push the dealers info to the GUI and it has to be displayed to the player.

Please post on this thread for any info needed.