You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The objective of this issue is to add a "LIVE SCORE" label to the game header section and ensure the current score value is dynamically displayed next to it. The live score should be easily visible to users during gameplay, positioned on the left side of the top of the screen. Specifically:
Modify the existing index.html to include a "LIVE SCORE" label.
Ensure the current score (available in the ) is displayed next to the "LIVE SCORE" label.
Update any associated CSS in Alien.css to ensure proper positioning and styling, making it visible and aesthetically consistent with the rest of the game's UI.
The text was updated successfully, but these errors were encountered:
The objective of this issue is to add a "LIVE SCORE" label to the game header section and ensure the current score value is dynamically displayed next to it. The live score should be easily visible to users during gameplay, positioned on the left side of the top of the screen. Specifically:
The text was updated successfully, but these errors were encountered: