Displaying Chip Value Calculation #6

Closed
opened 2025-01-28 20:32:23 -08:00 by MantashaNoyela · 1 comment
MantashaNoyela commented 2025-01-28 20:32:23 -08:00 (Migrated from github.com)

User Story:
As a poker player,
I want to see the value of each chip color
So that I can easily determine how much each chip is worth during the game

Acceptance Criteria:

  • The system must calculate the value of each chip color based on the total buy-in and chip distribution.
  • The displayed values should update dynamically if any input (buy-in, number of players, or chip counts) changes.
  • The user should be able to view chip values in an easy-to-read format.
User Story: As a poker player, I want to see the value of each chip color So that I can easily determine how much each chip is worth during the game Acceptance Criteria: - The system must calculate the value of each chip color based on the total buy-in and chip distribution. - The displayed values should update dynamically if any input (buy-in, number of players, or chip counts) changes. - The user should be able to view chip values in an easy-to-read format.
djwesty commented 2025-02-13 15:38:37 -08:00 (Migrated from github.com)

The value of the chip should be chosen from a set of values that people are used to with real money denominations. This can be a hardcoded set like {.05, .10, .25, .50, 1, 2, 5, 10, 20} etc.

This set does not have to be the exact same one used, but something similar would make sense

The value of the chip should be chosen from a set of values that people are used to with real money denominations. This can be a hardcoded set like {.05, .10, .25, .50, 1, 2, 5, 10, 20} etc. This set does not have to be the exact same one used, but something similar would make sense
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: david/poker-chips-helper#6
No description provided.