Problem: The game’s difficulty progression is too slow.
Task:
- Add a "Level" system: Every 100 points, increase the fall speed of enemies significantly.
- Display a prominent "Level Up!" indicator when reaching each new level.
Acceptance Criteria:
- Fall speed and challenge increase at every 100 points.
- "Level Up!" message appears and fades after a moment.
- Code in
script.js.
Problem: The game’s difficulty progression is too slow.
Task:
Acceptance Criteria:
script.js.