amirrajan / nodejs-against-humanity

Cards Against Humanity implemented using NodeJS
Other
7 stars 7 forks source link

updateGame socket emit should send full player list only to the Czar #9

Open christothes opened 10 years ago

christothes commented 10 years ago

Just to make the socket emits more efficient, it's not necessary to send data such as the white card deck of each player to all other players. Some summary data is needed such as score, however.

amirrajan commented 9 years ago

:+1: