Release/First full release version #18

Merged
jusemon merged 1 commit from release/cleanup-and-version-1 into main 2025-11-26 18:47:41 -05:00

1 commit

Author SHA1 Message Date
d8748f4c4a feat: Implement game UI and state management
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 9s
- Added start menu, pause menu, and game over screens to enhance user experience.
- Introduced UISystem to manage UI state transitions and visibility.
- Updated Game class to handle game state (menu, playing, paused, game over).
- Integrated CameraSystem for improved camera control and screen shake effects.
- Added new components for collision handling, scoring, and game state management.
- Refactored sound management to separate background music handling.

This update significantly improves the game's UI and overall gameplay flow.
2025-11-26 18:46:03 -05:00