Actions
Task ARCH-34
closedPuzzles [implement objects from elemental puzzle solving]
Status:
Done
Assignee:
Priority:
Medium
Parent task:
Due date:
02/23/2025
Start date:
02/17/2025
Description
User Story¶
As a player, I want to solve elemental-based puzzles, so that I can progress through the game and unlock new areas.
Description¶
- Puzzles require spells to interact with objects (e.g., Fire ignites torches, Water extinguishes flames).
- Some puzzles involve elemental combinations (e.g., Wind + Water = Freeze).
- Players must experiment to find the correct solution.
- Puzzle difficulty increases over time.
Test Cases¶
- Verify that spells interact with puzzle elements correctly (e.g., Fire ignites, Water freezes).
- Ensure that puzzles do not activate without the correct elemental interaction.
- Confirm that elemental combinations function properly in puzzles.
- Validate that solving puzzles triggers the intended outcome (e.g., opening doors, activating switches).
- Ensure that puzzles can be reset if the player fails.
- Check that puzzle difficulty scales appropriately in later levels.
Actions