🎨 Palette: Add pre-start prompt and hide terminal cursor#56
🎨 Palette: Add pre-start prompt and hide terminal cursor#56
Conversation
- Added a "Press any key to start..." prompt before starting the game and timer. - Hid the terminal cursor (`\033[?25l`) during the main game loop to reduce visual clutter and flickering. - Ensured the cursor is restored (`\033[?25h`) upon normal exit and within the `restore_terminal` signal handler (using `sizeof` for safe string length calculation). - Recorded UX learnings in `.Jules/palette.md`. Co-authored-by: EiJackGH <172181576+EiJackGH@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: Added a startup prompt requiring user input before the game begins and implemented terminal cursor hiding during active gameplay (with proper restoration on exit).
🎯 Why: Previously, the game timer started immediately upon execution, leaving players unprepared. Additionally, the visible blinking cursor during rapid terminal updates caused unnecessary visual distraction.
📸 Before/After: N/A (Terminal UX change).
♿ Accessibility: Improved usability by giving the user control over when the game starts and reducing visual noise.
PR created automatically by Jules for task 13607557554510140923 started by @EiJackGH