You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
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?
The text was updated successfully, but these errors were encountered:
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:
Is there a recommended way of doing this? Have I missed any other approach?
The text was updated successfully, but these errors were encountered: