Implement Player Count Selector Component (Issue #2) #14

Merged
Vutukuri15 merged 1 commits from vutukuri15/2 into main 2025-02-09 15:10:51 -08:00
Vutukuri15 commented 2025-02-09 14:20:36 -08:00 (Migrated from github.com)

This addresses the requirement specified in Issue #2.

This PR introduces a new PlayerSelector component for selecting and adjusting the number of players in the game. The component allows users to increase or decrease the player count within the range of 2 to 8 players. It also includes corresponding unit tests to ensure the functionality works as expected.

This addresses the requirement specified in Issue #2. This PR introduces a new PlayerSelector component for selecting and adjusting the number of players in the game. The component allows users to increase or decrease the player count within the range of 2 to 8 players. It also includes corresponding unit tests to ensure the functionality works as expected.
MantashaNoyela (Migrated from github.com) reviewed 2025-02-09 14:20:36 -08:00
djwesty commented 2025-02-09 14:33:43 -08:00 (Migrated from github.com)

Good work.
My only suggestion is to keep the name of the PR more broad/abstract and maybe mention the issue number in the title (like how I did for my PR). Most PRs in the future will have multiple commits so it won't usually make sense to just use a commit message as the name.

Also you may want to link this PR to the relevant issue with the "Development" tab on the right.

Good work. My only suggestion is to keep the name of the PR more broad/abstract and maybe mention the issue number in the title (like how I did for my PR). Most PRs in the future will have multiple commits so it won't usually make sense to just use a commit message as the name. Also you may want to link this PR to the relevant issue with the "Development" tab on the right.
djwesty (Migrated from github.com) approved these changes 2025-02-09 14:33:57 -08:00
Vutukuri15 commented 2025-02-09 15:09:55 -08:00 (Migrated from github.com)

Thank you for the feedback! @djwesty
I’ve updated the title to be more abstract and included the issue number. I’ve also linked the PR to the relevant issue.

Thank you for the feedback! @djwesty I’ve updated the title to be more abstract and included the issue number. I’ve also linked the PR to the relevant issue.
Sign in to join this conversation.
No description provided.