aether-shards/test/ui
Matthew Mone a9d4064dd8 Implement Marketplace system and enhance game state management
- Introduce the Marketplace system, managed by MarketManager, to facilitate buying and selling items, enhancing player engagement and resource management.
- Update GameStateManager to integrate the new MarketManager, ensuring seamless data handling and persistence for market transactions.
- Add specifications for the Marketplace UI, detailing layout, functionality, and conditions of acceptance to ensure a robust user experience.
- Refactor existing components to support the new marketplace features, including dynamic inventory updates and currency management.
- Enhance testing coverage for the MarketManager and MarketplaceScreen to validate functionality and integration within the game architecture.
2025-12-31 13:52:59 -08:00
..
character-sheet Enhance testing and integration of inventory and character management systems 2025-12-27 16:54:03 -08:00
character-sheet.test.js Enhance testing and integration of inventory and character management systems 2025-12-27 16:54:03 -08:00
combat-hud.test.js Add combat state and movement systems to manage turn-based mechanics. Implement CombatState and MovementSystem classes, integrating them into GameLoop for combat flow. Enhance UI with CombatHUD for displaying turn queue and active unit status. Add comprehensive tests for combat logic and movement validation, ensuring adherence to specifications. 2025-12-23 16:22:32 -08:00
deployment-hud.test.js Enhance testing and integration of inventory and character management systems 2025-12-27 16:54:03 -08:00
hub-screen.test.js Add HubScreen and MissionBoard components for campaign management 2025-12-31 10:49:26 -08:00
marketplace-screen.test.js Implement Marketplace system and enhance game state management 2025-12-31 13:52:59 -08:00
mission-board.test.js Add HubScreen and MissionBoard components for campaign management 2025-12-31 10:49:26 -08:00
skill-tree-ui.test.js Enhance testing and integration of inventory and character management systems 2025-12-27 16:54:03 -08:00