AnotherDole / wrongest

The Wrongest Words
3 stars 0 forks source link

Change URL for create game and join game #56

Closed AhoyLemon closed 9 years ago

AhoyLemon commented 9 years ago

Super small thing, but something I noticed.

When looking at real time data (or any data for that matter), you can see clusters of players grouped by room code, which is terrific, but that data won't include the player who created the game or any player who joined by using room code rather than URL.

In both of those cases, I'd love to try a soft URL change (using history.pushState) so that the URL will indicate what everyone's room code is.

Again, totally a small thing, but probably worth doing.

AnotherDole commented 9 years ago

I updated the server this morning so you can check if this is working.

AhoyLemon commented 9 years ago

Yeah, the data looks like I want it to. Closing.