-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display player names along with cards #158
Comments
Comment '@csoc-bot claim' to get this issue assigned or '@csoc-bot abandon' to get this issue unassigned. |
@csoc-bot claim |
@draunger This issue has been successfully assigned to you! 🚀 |
@asmit27rai This is related to your work |
|
asmit27rai
added a commit
to asmit27rai/multiplayer-uno
that referenced
this issue
Jun 27, 2024
1. The Player component was refactored to separate JSX for rendering player cards. 2. Highlighting functionality was added to indicate the current player's turn. 3. Player names were styled to appear in a white box with black text. 4. Brightness adjustment was applied to highlight the active player. Fixes shivansh-bhatnagar18#158
4 tasks
asmit27rai
added a commit
to asmit27rai/multiplayer-uno
that referenced
this issue
Jun 27, 2024
1. The Player component was refactored to separate JSX for rendering player cards. 2. Highlighting functionality was added to indicate the current player's turn. 3. Player names were styled to appear in a white box with black text. 4. Brightness adjustment was applied to highlight the active player. Fixes shivansh-bhatnagar18#158
asmit27rai
pushed a commit
to asmit27rai/multiplayer-uno
that referenced
this issue
Jun 28, 2024
1. The Player component was refactored to separate JSX for rendering player cards. 2. Highlighting functionality was added to indicate the current player's turn. 3. Player names were styled to appear in a white box with black text. 4. Brightness adjustment was applied to highlight the active player. Fixes shivansh-bhatnagar18#158
asmit27rai
pushed a commit
to asmit27rai/multiplayer-uno
that referenced
this issue
Jun 28, 2024
1. The Player component was refactored to separate JSX for rendering player cards. 2. Highlighting functionality was added to indicate the current player's turn. 3. Player names were styled to appear in a white box with black text. 4. Brightness adjustment was applied to highlight the active player. Fixes shivansh-bhatnagar18#158
asmit27rai
pushed a commit
to asmit27rai/multiplayer-uno
that referenced
this issue
Jun 28, 2024
1. The Player component was refactored to separate JSX for rendering player cards. 2. Highlighting functionality was added to indicate the current player's turn. 3. Player names were styled to appear in a white box with black text. 4. Brightness adjustment was applied to highlight the active player. Fixes shivansh-bhatnagar18#158
asmit27rai
pushed a commit
to asmit27rai/multiplayer-uno
that referenced
this issue
Jun 28, 2024
1. The Player component was refactored to separate JSX for rendering player cards. 2. Highlighting functionality was added to indicate the current player's turn. 3. Player names were styled to appear in a white box with black text. 4. Brightness adjustment was applied to highlight the active player. Fixes shivansh-bhatnagar18#158
asmit27rai
pushed a commit
to asmit27rai/multiplayer-uno
that referenced
this issue
Jun 28, 2024
1. The Player component was refactored to separate JSX for rendering player cards. 2. Highlighting functionality was added to indicate the current player's turn. 3. Player names were styled to appear in a white box with black text. 4. Brightness adjustment was applied to highlight the active player. Fixes shivansh-bhatnagar18#158
asmit27rai
pushed a commit
to asmit27rai/multiplayer-uno
that referenced
this issue
Jun 28, 2024
1. The Player component was refactored to separate JSX for rendering player cards. 2. Highlighting functionality was added to indicate the current player's turn. 3. Player names were styled to appear in a white box with black text. 4. Brightness adjustment was applied to highlight the active player. Fixes shivansh-bhatnagar18#158
asmit27rai
pushed a commit
to asmit27rai/multiplayer-uno
that referenced
this issue
Jun 28, 2024
1. The Player component was refactored to separate JSX for rendering player cards. 2. Highlighting functionality was added to indicate the current player's turn. 3. Player names were styled to appear in a white box with black text. 4. Brightness adjustment was applied to highlight the active player. Fixes shivansh-bhatnagar18#158
asmit27rai
pushed a commit
to asmit27rai/multiplayer-uno
that referenced
this issue
Jun 28, 2024
1. The Player component was refactored to separate JSX for rendering player cards. 2. Highlighting functionality was added to indicate the current player's turn. 3. Player names were styled to appear in a white box with black text. 4. Brightness adjustment was applied to highlight the active player. Fixes shivansh-bhatnagar18#158
asmit27rai
pushed a commit
to asmit27rai/multiplayer-uno
that referenced
this issue
Jun 28, 2024
1. The Player component was refactored to separate JSX for rendering player cards. 2. Highlighting functionality was added to indicate the current player's turn. 3. Player names were styled to appear in a white box with black text. 4. Brightness adjustment was applied to highlight the active player. Fixes shivansh-bhatnagar18#158
asmit27rai
pushed a commit
to asmit27rai/multiplayer-uno
that referenced
this issue
Jun 28, 2024
1. The Player component was refactored to separate JSX for rendering player cards. 2. Highlighting functionality was added to indicate the current player's turn. 3. Player names were styled to appear in a white box with black text. 4. Brightness adjustment was applied to highlight the active player. Fixes shivansh-bhatnagar18#158
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
We can add the player name in a suitable place around their card count.
We should refactor out the JSX responsible for rendering the player cards etc into its own
Player
component.We should be able to use it like:
The
highlighted
prop highlights the player if it is their turn.The text was updated successfully, but these errors were encountered: