-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Implement Next Player UI Component
- Added a new UI component to display the next player in the game. - Created HTML structure for the next player display with player avatar and name. - Implemented `showNextPlayer` method to update and show the next player’s information. - Implemented `hideNextPlayer` method to hide the next player’s display. - Updated player order handling in the network listener to reflect changes in the UI. The new component provides a clear indication of the upcoming player with their avatar and name, enhancing the game's user experience.
- Loading branch information
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters