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
Would be nice to be able share guesses with one or more collaborators on the web so that each one can guess words and see the results of the other.
I do not have experience in such interfaces so I only have a vague idea of how this could be implemented (which may not be realistic) and I realize that this will require numerous additions. I think that it would be better not to keep any data that scales with the no. of players on the server. If each player that connects to the server has a unique id, the web page on the player's browser can keep a list of player ids to which the guesses will be shared with.
The text was updated successfully, but these errors were encountered:
Would be nice to be able share guesses with one or more collaborators on the web so that each one can guess words and see the results of the other.
I do not have experience in such interfaces so I only have a vague idea of how this could be implemented (which may not be realistic) and I realize that this will require numerous additions. I think that it would be better not to keep any data that scales with the no. of players on the server. If each player that connects to the server has a unique id, the web page on the player's browser can keep a list of player ids to which the guesses will be shared with.
The text was updated successfully, but these errors were encountered: