🎨 Palette: Inclusive achievement feedback and real-time HUD tracking#124
🎨 Palette: Inclusive achievement feedback and real-time HUD tracking#124aidasofialily-cmd wants to merge 1 commit intomainfrom
Conversation
This commit introduces several micro-UX improvements to the SPEED CLICKER terminal game:
- Colorized countdown digits (Bold Yellow) and "GO!" prompt (Bold Green) for better visual feedback.
- Real-time high-score tracking in the gameplay HUD for immediate feedback.
- Inclusive "NEW BEST!" and end-game congratulation logic that celebrates first-time players (starting from a 0 high score).
- Use of ANSI `\033[K` (Erase in Line) for cleaner UI updates when score/HUD text length changes.
- Highlighted interaction keywords ("any key") in the start prompt.
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:
Improved the terminal gameplay experience by adding visual highlights, real-time progress tracking, and inclusive achievement feedback.
🎯 Why:
The previous interface lacked visual distinction during key transitions (countdown), and first-time players didn't receive "New Best" feedback because the logic required an initial high score greater than zero.
♿ Accessibility:
PR created automatically by Jules for task 12133045164039610727 started by @aidasofialily-cmd