-
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
Frontend: Display The Player Whose Turn It Is Currently #165
Frontend: Display The Player Whose Turn It Is Currently #165
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
70c2228
to
fd6e7ef
Compare
fd6e7ef
to
6ad397b
Compare
Just to be clear, we display every player's name below the cards, and in a separate place, display the name of the player currently having turn, right? |
Both of these things are being tracked in separate issues, and this one deals with displaying the current player's name in some central location. |
Yes ,here it will showing the player's name currently having turn. |
So should i show the name of player currently having turn at center of board or where? |
We should display the current player's name in some central location. |
OK I will update the PR accordingly. |
6ad397b
to
34001dc
Compare
34001dc
to
ac8b4db
Compare
ac8b4db
to
ebc195c
Compare
ebc195c
to
2e5ceaf
Compare
1. Brightened player icons for active turn indication. 2. Displayed current player's name on game board. Fixes: shivansh-bhatnagar18#157
2e5ceaf
to
467daa5
Compare
@kuv2707 Done With All The Changes. |
This works for now, thanks @asmit27rai |
Description
Brightened player icons for active turn indication.
Displayed current player's name on game board.
Tailwind CSS utility classes have been applied for consistent styling of the player's name.
Checklist
Screenshots