Description
Currently, the score increases numerically when a pipe is passed. Adding a small "pop" animation to the score counter would provide satisfying feedback whenever the score increases.
Proposed Enhancement
Animate the score text so that it briefly scales up or "pops" whenever the score increments.
Possible Implementation
- Use a CSS scale animation or temporary font-size increase.
- Animation duration around 150–300ms.
- Trigger animation each time the score updates.
Benefits
- Makes score updates more noticeable.
- Adds responsive feedback to player actions.
- Enhances the game's UI polish.
Description
Currently, the score increases numerically when a pipe is passed. Adding a small "pop" animation to the score counter would provide satisfying feedback whenever the score increases.
Proposed Enhancement
Animate the score text so that it briefly scales up or "pops" whenever the score increments.
Possible Implementation
Benefits