threejs-test/src
Juan Sebastian Montoya e638ae4d6d
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 8s
feat: Implement sound system and toggle functionality
- Introduced SoundSystem to manage sound events using the Web Audio API.
- Added SoundEvent component to represent different sound types (e.g., coin, damage, powerup).
- Integrated sound event emissions in the Game class for various actions (e.g., collecting coins, taking damage).
- Updated UI to include a sound status indicator with toggle functionality using the 'M' key.
- Enhanced game experience with background music and sound effects for actions, improving player engagement.

This update enriches the gameplay by adding audio feedback, enhancing the overall user experience.
2025-11-26 17:52:59 -05:00
..
components feat: Implement sound system and toggle functionality 2025-11-26 17:52:59 -05:00
ecs Feature/Refactor to use ecs architecture (#14) 2025-11-26 15:39:05 -05:00
game feat: Implement sound system and toggle functionality 2025-11-26 17:52:59 -05:00
systems feat: Implement sound system and toggle functionality 2025-11-26 17:52:59 -05:00
main.js Feature/Refactor to use ecs architecture (#14) 2025-11-26 15:39:05 -05:00