debugfest / debugfest/snake-game
Add Animated Snake Death Effect
Open
enhancement
good first issue
hacktoberfest
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Instead of instantly stopping the game, animate the snake when it dies (e.g., fade out, flash red, break up into segments).
**Tasks:**
- Brainstorm and design a simple animation (CSS or Canvas).
- Trigger effect upon wall or self collision.
- Ensure the effect doesn't interfere with game logic.
**Why:**
Fun way for beginners to learn about canvas animations or CSS transitions!
Contributor guide
Assessment
This issue has not been assessed yet.