j-toscani / doppelkopf

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

Determine who´s turn it is #52

Closed j-toscani closed 3 months ago

j-toscani commented 3 months ago

Description (five sentences max.) Based on the cards put on the table and the order Users sit in, I want to determine who´s turn it is. This also normally includes knowing who won the last round. It would suffice to mock that information.

Possible implementation Get the last Card from the table, find it´s owner in the seats array and get the user sitting in the next seat.

Acceptance Criteria

Out of Scope

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

j-toscani commented 3 months ago

Returning the user will suffice!

j-toscani commented 3 months ago

Feature was already implemented in the meantime.