dnsbty / level10

Phoenix LiveView multiplayer card game
https://level10.games
MIT License
70 stars 2 forks source link

Redirect to game when round starts #61

Closed dnsbty closed 4 years ago

dnsbty commented 4 years ago

Right now if a player isn't connected to the socket when a new round starts, they will have to edit their URL to go to the game view. We should make it so that the scores page will check to see if the round has started. If it has we can redirect them automatically.