jkomoros / boardgame

An in-progress framework in golang to easily build boardgame Progressive Web Apps
Apache License 2.0
31 stars 4 forks source link

Client side rendering for SeatPlayer #767

Open jkomoros opened 4 years ago

jkomoros commented 4 years ago

Originally captured in #755.

A message should be shown to the player who is currently waiting to be seated before being seated. (And a message when they're inactive).

A player who is inactive should show that way in the roster. Note that this is non-trivial because the game delegate's PlayerMayBeActive() needs to be shipped down to client.