aether-shards/test/managers
Matthew Mone 8ac9fa441d Enhance mission management and gameplay interactions
- Introduce detailed logging for unit deaths during damage and chain damage events in GameLoop, improving feedback on combat outcomes.
- Update MissionManager to store completed mission details, ensuring procedural missions are accurately tracked and displayed in the UI.
- Modify TurnSystem to handle unit deaths from environmental hazards, enhancing gameplay realism and unit management.
- Improve MissionBoard to include completed missions that are no longer in the registry, ensuring players have visibility into past achievements.
- Add tests to validate new features and ensure integration with existing systems, enhancing overall game reliability.
2026-01-02 09:13:16 -08:00
..
InventoryManager.test.js Enhance testing and integration of inventory and character management systems 2025-12-27 16:54:03 -08:00
ItemRegistry.test.js Enhance testing and integration of inventory and character management systems 2025-12-27 16:54:03 -08:00
MarketManager.test.js Add mission debrief and procedural mission generation features 2026-01-01 16:08:54 -08:00
MissionManager.js Refactor mission management and game state integration. Replace tutorial mission initiation with a new game start function. Update mission JSON schema to enhance narrative and objective handling. Introduce MissionManager for mission state management and integrate with GameStateManager for improved game flow. Enhance UI components for squad management and deployment. Include tests for new mission and narrative functionalities. 2025-12-21 20:40:48 -08:00
MissionManager.test.js Enhance mission management and gameplay interactions 2026-01-02 09:13:16 -08:00
NarrativeManager.test.js Add type definitions for generation, grid, and manager components. Implement tests for BaseGenerator, CaveGenerator, RuinGenerator, and mission management. Enhance narrative handling in NarrativeManager and RosterManager. Ensure comprehensive coverage of game mechanics and state transitions. 2025-12-22 12:57:04 -08:00
RosterManager.test.js Implement Marketplace system and enhance game state management 2025-12-31 13:52:59 -08:00
UnitManager.test.js Add UnitManager and Enemy classes for unit lifecycle management and AI behavior. Update GameLoop to integrate UnitManager for unit spawning with mock registry. Enhance spawnSquad logic for unit placement and collision checks. Add unit tests for UnitManager and Enemy functionalities. 2025-12-19 15:35:29 -08:00