-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
- 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
Reactions are currently unavailable