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

Facilitator / Non-player access to game state #1149

Open
sridharraman opened this issue May 9, 2023 · 0 comments
Open

Facilitator / Non-player access to game state #1149

sridharraman opened this issue May 9, 2023 · 0 comments

Comments

@sridharraman
Copy link

Hi

We are building a multi-player game where players make moves simultaneously. That's been fine so far. I was wondering what would be the best practice to create a "dashboard" for facilitator/non-player to view the game state. Is that possible?

Going through the documentation, I came up with a couple of approaches:

  1. Using Storage to store the game state in a database (flatfile / postgres) and then building another small web app that accesses the db for the Dashboard
  2. Some way of creating an "observer" as a non-player in the game and give them read-only access to the game state

Is there a recommended way of doing this? Have I missed any other approach?

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