nathyong / web500

A web interface for playing the 500 card game.
0 stars 0 forks source link

Allow creation of new rooms #8

Closed nathyong closed 8 years ago

nathyong commented 8 years ago

The current chat implementation on the index should probably be torn down or supplemented with an option to start games. Games should have randomly generated identifiers and can be shared with other users, and games should have their own chat rooms also.

This will probably require exposing a nice API for both the sockets and the normal routing renderer, and users should be able to share their games with other people.

nathyong commented 8 years ago

The concept of people joining together to play a game will be a 'room', and this issue now refers to the creation of new rooms.