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

Game State sends full information once enough Players join the Game #107

Open
BrennanAyers opened this issue Sep 23, 2019 · 0 comments · May be fixed by #116
Open

Game State sends full information once enough Players join the Game #107

BrennanAyers opened this issue Sep 23, 2019 · 0 comments · May be fixed by #116
Assignees

Comments

@BrennanAyers
Copy link
Owner

While Players are waiting for a Game to start, they will receive just the basic information of Game ID and other pending Players (#106). After enough players join the Game, the data from the Channel subscription should immediately change to the full Game State to be rendered in the Frontend.

  • 2 or 4 players
  • Might need to have some sort of identifier for React to render the correct elements on the ActionCable payload
  • As soon as last player joins, all Players screens should render the common Game State
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

Successfully merging a pull request may close this issue.

2 participants