threejs-test/src/game
Juan Sebastian Montoya 54c2fa0380
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 9s
Feature: Implement invincibility and combo systems
- 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
..
EntityFactory.js Feature: Implement invincibility and combo systems 2025-11-26 16:48:23 -05:00
Game.js Feature: Implement invincibility and combo systems 2025-11-26 16:48:23 -05:00
GameConfig.js Feature: Implement invincibility and combo systems 2025-11-26 16:48:23 -05:00