Commit graph

1 commit

Author SHA1 Message Date
54c2fa0380 Feature: Implement invincibility and combo systems
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 9s
- Added Invincibility component to manage invincibility state and duration.
- Introduced InvincibilitySystem to handle visual effects during invincibility.
- Updated Game class to integrate combo multiplier mechanics and high score tracking.
- Enhanced UI to display current combo status and high score.
- Configured GameConfig for centralized game settings, including obstacle damage and invincibility duration.
- Updated game logic to reset combo on damage and manage health regeneration.

This update enhances gameplay dynamics by introducing invincibility frames and a scoring combo system.
2025-11-26 16:48:23 -05:00