🎨 Palette: [UX improvement] Enhance game start and real-time HUD#122
🎨 Palette: [UX improvement] Enhance game start and real-time HUD#122aidasofialily-cmd wants to merge 1 commit intomainfrom
Conversation
- Colorize "any key" prompt, countdown digits (Bold Yellow), and "GO!" (Bold Green). - Add real-time high score tracking to the in-game HUD. - Update high score in real-time within the input processing loop. - Make "NEW BEST! 🥳" feedback inclusive (triggers on first run if score > 0). - Use ANSI escape sequence `\033[K` (Erase in Line) for cleaner HUD updates. - Colorize and update final congratulations message for better visual impact. - Maintain cursor hide/show requirements and terminal setting restoration. 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. |
💡 What: The UX enhancement added
This PR implements several micro-UX improvements to the SPEED CLICKER game:
High: X) alongside the score, providing immediate feedback on progress.\033[K(Erase in Line) sequence, preventing text artifacts during high-frequency updates.🎯 Why: The user problem it solves
♿ Accessibility: Any a11y improvements made
\rlines are reset withCLR_RESETto prevent color leakage to the user's terminal/screen reader.PR created automatically by Jules for task 8769413402183838912 started by @aidasofialily-cmd