Package com.csse3200.game.achievements


package com.csse3200.game.achievements
  • Class
    Description
     
    Thin helper that routes progress events into AchievementService.
    Minimal achievements service for: - ADRENALINE_RUSH: sprint for 30 seconds (per-level accumulation) - STAMINA_MASTER: finish a level without ever hitting 0 stamina - LEVEL_1_COMPLETE - LEVEL_2_COMPLETE
    Consumers (e.g., toast UI) can subscribe to be notified on unlocks.