Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to display multiple table and picking option #504

Open
sg777 opened this issue Nov 9, 2021 · 0 comments
Open

Ability to display multiple table and picking option #504

sg777 opened this issue Nov 9, 2021 · 0 comments

Comments

@sg777
Copy link
Contributor

sg777 commented Nov 9, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant