You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As game is in play, besides map, few things should be displayed on screen. Current player avatar/name, pawns left, score and tile to put on map.
Additionally, flow of the player turn should be explicitly presented to players. Placing tile setp, placing pawn step (or unavailability for it). Skipping steps or sooner turn ending should be indicated too.
Another thing is player switching method. In first version this stuff was handled in bottom bar, but in reworked version it could be more extensive.
Pawns stats implementation options:
Pawns stack
Paws number
Turn flow implementation option
Tile draw animation
No animation at all, tile just shows up after player turn
Player switching implementation options:
Full fledged screen banner indicating turn switching with "READY"-line button to proceed.
Compact version contained in bottom bar (old-style)
The text was updated successfully, but these errors were encountered:
As game is in play, besides map, few things should be displayed on screen. Current player avatar/name, pawns left, score and tile to put on map.
Additionally, flow of the player turn should be explicitly presented to players. Placing tile setp, placing pawn step (or unavailability for it). Skipping steps or sooner turn ending should be indicated too.
Another thing is player switching method. In first version this stuff was handled in bottom bar, but in reworked version it could be more extensive.
Pawns stats implementation options:
Turn flow implementation option
Player switching implementation options:
The text was updated successfully, but these errors were encountered: