j-toscani / doppelkopf

German card game in the Browser
0 stars 0 forks source link

Separate open seats in a game from players #28

Closed j-toscani closed 7 months ago

j-toscani commented 8 months ago

Description (five sentences max.) In the future I want a game to be a session of four Websocket connections. If one party leaves the table, there should be the possibility of someone filling the open seat. In order to make that possible I want to implement the concept of seats in a game that can be filled. In contrast to players implicitly taking a seat if they are part of a game.

This could also open up the functionality of spectators or letting a game start where not all seats are filled.

Possible implementation Seat object that holds connections

Acceptance Criteria

Out of Scope What not to worry/think about.

Document optional improvements Optional. Could lead to a better feature.