🎨 Palette: Enhanced score readability and achievement feedback#313
🎨 Palette: Enhanced score readability and achievement feedback#313aidasofialily-cmd wants to merge 1 commit into
Conversation
Implemented number formatting (commas) for high scores and live gameplay scores to improve readability. Added visual polish to the HUD with consistent color styling and celebratory emojis for new personal bests. Included context in the congratulations message by showing the previous high score. Added ANSI resets to prevent style bleed in the terminal. Co-authored-by: aidasofialily-cmd <247843425+aidasofialily-cmd@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This PR introduces several micro-UX improvements to the Speed Clicker game:
formatWithCommashelper to format scores with thousands separators (e.g., 1,234 instead of 1234), making them much easier to read at a glance during fast gameplay.CLR_SCORE) for better visual hierarchy.CLR_CTRLhighlighting.CLR_RESETis consistently applied to prevent ANSI color bleed.These changes make the game feel more polished and rewarding for the player.
PR created automatically by Jules for task 1136769564414606219 started by @aidasofialily-cmd