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
During our user testing sessions, we received feedback that it would be helpful to know how many players can play a given game when viewing the game cards in the arena lobby so that hosts can select the best game that can accommodate as many players in their arena as possible. We've discussed this before, however, due to the player constraints being within the game and not stored, it is difficult to pull that information out to display. The purpose of this ticket is to add fields for player requirements when game creators are uploading games and provide guidance that the values they enter should match their game constraints.
Scenario: Add Fields for Player Requirements on Game Upload
Given I am a game creator
When I am uploading a game
Then there are integer fields for:
Minimum Players
Maximum Players
And I see instructions that let me know the values I enter should match my game's player constraints
The text was updated successfully, but these errors were encountered:
Background
During our user testing sessions, we received feedback that it would be helpful to know how many players can play a given game when viewing the game cards in the arena lobby so that hosts can select the best game that can accommodate as many players in their arena as possible. We've discussed this before, however, due to the player constraints being within the game and not stored, it is difficult to pull that information out to display. The purpose of this ticket is to add fields for player requirements when game creators are uploading games and provide guidance that the values they enter should match their game constraints.
Scenario: Add Fields for Player Requirements on Game Upload
Given I am a game creator
The text was updated successfully, but these errors were encountered: